early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/devil/0006-fix-ilut-header.patch
vendored
Executable file
12
externals/vcpkg/ports/devil/0006-fix-ilut-header.patch
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
diff --git a/DevIL/src-ILUT/CMakeLists.txt b/DevIL/src-ILUT/CMakeLists.txt
|
||||
index 398d3c1..617c8d8 100644
|
||||
--- a/DevIL/src-ILUT/CMakeLists.txt
|
||||
+++ b/DevIL/src-ILUT/CMakeLists.txt
|
||||
@@ -77,6 +77,7 @@ install (TARGETS ILUT
|
||||
RUNTIME DESTINATION bin
|
||||
)
|
||||
install (FILES ../include/IL/ilut.h DESTINATION include/IL)
|
||||
+install (FILES ../include/IL/ilut_config.h DESTINATION include/IL)
|
||||
|
||||
install(FILES
|
||||
${CMAKE_CURRENT_BINARY_DIR}/ILUT.pc
|
||||
Reference in New Issue
Block a user