# game/ai tests: the task vocabulary, the priority table read off the original, and the ranking. add_executable(game_ai_test_tasks test_tasks.cpp) target_link_libraries(game_ai_test_tasks PRIVATE sots_game_ai) target_include_directories(game_ai_test_tasks PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}) target_compile_options(game_ai_test_tasks PRIVATE -Wall -Wextra -pedantic) add_test(NAME game_ai_tasks COMMAND game_ai_test_tasks)