first
This commit is contained in:
8
testing/CMakeLists.txt
Normal file
8
testing/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
project(TartTest)
|
||||
set( SOURCES
|
||||
main.cpp
|
||||
)
|
||||
add_executable(${PROJECT_NAME} ${SOURCES})
|
||||
target_include_directory(${PROJECT_NAME} Pickler)
|
||||
|
||||
add_test(${PROJECT_NAME} "${CMAKE_SOURCE_DIR}/bin/testing.exe")
|
||||
Reference in New Issue
Block a user