File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.10 )
2
2
project (CGTea )
3
3
set (CMAKE_CXX_STANDARD 17 )
4
- enable_testing ()
5
4
find_package (wxWidgets REQUIRED COMPONENTS net core base )
6
5
include (${wxWidgets_USE_FILE} )
7
6
include_directories (${Boost_INCLUDE_DIRS} )
@@ -13,10 +12,5 @@ file(GLOB ConjectureCheck "ConjectureCheck/*.cpp")
13
12
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage" )
14
13
#set( CMAKE_CXX_FLAGS "`wx-config --cxxflags --libs`")
15
14
add_executable (CGTea CGTeaApp.cpp BasicDrawPane.cpp CGTeaFrame.cpp CGTeaSidebar.cpp ${Reports} ${Generators} ${Actions} )
16
- add_executable (BoostTest ${Reports} ${Generators} ${BoostTestSrc} ${ConjectureCheck} ${Actions}
17
- tests/test_generator.cpp
18
- tests/test_index.cpp
19
- tests/test_g6format.cpp )
20
15
target_link_libraries (CGTea ${wxWidgets_LIBRARIES} ${Boost_LIBRARIES} )
21
- target_link_libraries (BoostTest ${Boost_LIBRARIES} )
22
16
You can’t perform that action at this time.
0 commit comments