Directly link to FreeImage headers
This commit is contained in:
parent
9ef7a32957
commit
a13219484c
|
@ -41,7 +41,9 @@ include_directories(
|
||||||
${CMAKE_SOURCE_DIR}/include
|
${CMAKE_SOURCE_DIR}/include
|
||||||
${CMAKE_SOURCE_DIR}/imgui
|
${CMAKE_SOURCE_DIR}/imgui
|
||||||
${CMAKE_SOURCE_DIR}/imgui/backends
|
${CMAKE_SOURCE_DIR}/imgui/backends
|
||||||
${FreeImage_INCLUDE_DIR}
|
$ENV{VCPKG_ROOT}/packages/freeimage_x64-linux/include/FreeImage.h
|
||||||
|
$ENV{VCPKG_ROOT}/packages/freeimage_x64-linux/include/FreeImagePlus.h
|
||||||
|
#${FreeImage_INCLUDE_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
# Link libraries using vcpkg
|
# Link libraries using vcpkg
|
||||||
|
|
Loading…
Reference in New Issue