first commit
This commit is contained in:
14
test_suite/unit_tests/Scripting/CMakeLists.txt
Normal file
14
test_suite/unit_tests/Scripting/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
set(TESTSUITE_SOURCES
|
||||
${TESTSUITE_SOURCES}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/TestSuite.cxx
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/testNasalSys.cxx
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/testGC.cxx
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
set(TESTSUITE_HEADERS
|
||||
${TESTSUITE_HEADERS}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/testNasalSys.hxx
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/testGC.hxx
|
||||
PARENT_SCOPE
|
||||
)
|
||||
Reference in New Issue
Block a user