1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Removed cmake_modules/VCMI_lib macro, use it directly in place

This commit is contained in:
Ivan Savenko
2024-02-11 20:38:24 +02:00
parent 30d677724b
commit a909d7ddde
13 changed files with 770 additions and 776 deletions

View File

@@ -107,7 +107,7 @@ else()
endif()
target_include_directories(VCAI PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(VCAI PUBLIC ${VCMI_LIB_TARGET} fuzzylite::fuzzylite)
target_link_libraries(VCAI PUBLIC vcmi fuzzylite::fuzzylite)
vcmi_set_output_dir(VCAI "AI")
enable_pch(VCAI)