From 2ec518fdf00668bebe5c6d5a72f1f95f0066ea1a Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Wed, 25 Dec 2024 12:32:13 +0300 Subject: [PATCH] [cmake] link NKAI to TBB --- AI/Nullkiller/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI/Nullkiller/CMakeLists.txt b/AI/Nullkiller/CMakeLists.txt index 83fc3bff6..6604b6899 100644 --- a/AI/Nullkiller/CMakeLists.txt +++ b/AI/Nullkiller/CMakeLists.txt @@ -157,7 +157,7 @@ else() endif() target_include_directories(Nullkiller PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) -target_link_libraries(Nullkiller PUBLIC vcmi fuzzylite::fuzzylite) +target_link_libraries(Nullkiller PUBLIC vcmi fuzzylite::fuzzylite TBB::tbb) vcmi_set_output_dir(Nullkiller "AI") enable_pch(Nullkiller)