add_executable(tactic_tst tactic.cpp) target_link_libraries(tactic_tst ${EXTRA_LIBS}) add_test(tactic ${CMAKE_CURRENT_BINARY_DIR}/tactic_tst)