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 f918037 commit 62415d1Copy full SHA for 62415d1
CMakeLists.txt
@@ -6,7 +6,7 @@ LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
6
find_package(DevIL REQUIRED)
7
8
9
-include_directories(${CMAKE_CURRENT_BINARY_DIR} ${IL_INCLUDE_DIR})
+include_directories(${IL_INCLUDE_DIR})
10
11
set(MAPCONV_FILES CRC.cpp Image.cpp SMFMap.cpp TileStorage.cpp)
12
0 commit comments