We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f54810 commit b680997Copy full SHA for b680997
CMakeLists.txt
@@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.3)
3
4
set (CMAKE_CXX_STANDARD 11)
5
find_package(PkgConfig REQUIRED)
6
-pkg_check_modules(IL REQUIRED IL)
7
pkg_check_modules(ILU REQUIRED ILU)
8
9
@@ -26,12 +25,10 @@ foreach(target mapcompile mapdecompile)
26
25
27
target_link_libraries(${target}
28
PRIVATE
29
- ${IL_LINK_LIBRARIES}
30
${ILU_LINK_LIBRARIES}
31
)
32
target_include_directories(${target}
33
34
- ${IL_INCLUDE_DIRS}
35
${ILU_INCLUDE_DIRS}
36
37
endforeach()
0 commit comments