Skip to content

Commit

Permalink
adds script to generate vc-version-info
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxfighter committed Feb 28, 2024
1 parent e5c1e5d commit 18ad319
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ INSTALL(EXPORT ArcdpsExtensionTargets

INSTALL(FILES cmake/vs-version.cmake DESTINATION share/${PROJECT_NAME})

# install natvis file
INSTALL(FILES SimpleRingBuffer.natvis DESTINATION .) # maybe share/${PROJECT_NAME} as destination (nlohman_json uses . though)

IF (BUILD_TESTS)
FIND_PACKAGE(GTest CONFIG REQUIRED)
INCLUDE(GoogleTest)
Expand Down

0 comments on commit 18ad319

Please sign in to comment.