Fiext tart.h from some errors. Added all functions from tart.h and added testing.
This commit is contained in:
@@ -2,7 +2,7 @@ project(TartTest)
|
||||
set( SOURCES
|
||||
main.cpp
|
||||
)
|
||||
add_executable(${PROJECT_NAME} ${SOURCES})
|
||||
target_include_directory(${PROJECT_NAME} Pickler)
|
||||
add_executable(${PROJECT_NAME} ${SOURCES} )
|
||||
target_link_libraries(${PROJECT_NAME} PickleLib TartLib)
|
||||
|
||||
add_test(${PROJECT_NAME} "${CMAKE_SOURCE_DIR}/bin/testing.exe")
|
||||
|
||||
Reference in New Issue
Block a user