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 7ad49f8 commit 13c3d12Copy full SHA for 13c3d12
CMakeLists.txt
@@ -8,7 +8,7 @@ option(GD_BUILD_EXAMPLE "Build example" OFF)
8
########## Build instructions ##############################
9
add_library(gifdec gifdec.c)
10
target_include_directories(gifdec PUBLIC
11
- $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}>
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
12
$<INSTALL_INTERFACE:include>)
13
14
if(GD_BUILD_EXAMPLE)
0 commit comments