Skip to content

Commit

Permalink
Link extern under test/ as well
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Dec 27, 2023
1 parent 83b3950 commit 35cea78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if(NOT NGEN_ROOT_DIR STREQUAL PROJECT_BINARY_DIR)

# Create a symlink between the extern directory in the source tree and the build tree
file(CREATE_LINK "${NGEN_ROOT_DIR}/extern" "${PROJECT_BINARY_DIR}/extern" SYMBOLIC)
file(CREATE_LINK "${NGEN_ROOT_DIR}/extern" "${PROJECT_BINARY_DIR}/test/extern" SYMBOLIC)
endif()

# =============================================================================
Expand Down

0 comments on commit 35cea78

Please sign in to comment.