mirror of
https://github.com/randy408/libspng
synced 2025-03-28 21:13:20 +00:00
Fixed copy paste error in CMakeLists.txt (#245)
target_include_directories(spng <-- _static missing
This commit is contained in:
parent
d86a11d3ab
commit
75c39ce094
@ -51,7 +51,7 @@ endif()
|
||||
|
||||
if(SPNG_STATIC)
|
||||
add_library(spng_static STATIC ${spng_SOURCES})
|
||||
target_include_directories(spng PUBLIC ${PROJECT_SOURCE_DIR}/spng)
|
||||
target_include_directories(spng_static PUBLIC ${PROJECT_SOURCE_DIR}/spng)
|
||||
target_compile_definitions(spng_static PUBLIC SPNG_STATIC)
|
||||
install(TARGETS spng_static DESTINATION lib)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user