4 lines
142 B
Text
4 lines
142 B
Text
|
add_executable(tactic_tst tactic.cpp)
|
||
|
target_link_libraries(tactic_tst ${EXTRA_LIBS})
|
||
|
add_test(tactic ${CMAKE_CURRENT_BINARY_DIR}/tactic_tst)
|