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")