Skip to content

Commit

Permalink
Merge pull request #490 from CesiumGS/minorTestsBuildTweak
Browse files Browse the repository at this point in the history
tweak tests related CMakeLists
  • Loading branch information
lilleyse authored Oct 6, 2023
2 parents 102f67d + bebbd4f commit 823255a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
include(Macros)

glob_files(SOURCES "${CMAKE_CURRENT_LIST_DIR}/*.cpp")

get_property(ADDITIONAL_LIBRARIES GLOBAL PROPERTY NVIDIA_ADDITIONAL_LIBRARIES_PROPERTY)

# replace a string in the utils header with the intended working dir for the test executable
set(TEST_WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}")
configure_file("${CMAKE_CURRENT_LIST_DIR}/testUtils.h.in" "${CMAKE_CURRENT_LIST_DIR}/testUtils.h")

0 comments on commit 823255a

Please sign in to comment.