mirror of https://github.com/aap/librw.git
librw+cmake: compile lodepng as pure C
This commit is contained in:
parent
32234609ea
commit
a5d31ade07
|
@ -101,6 +101,7 @@ target_include_directories(librw
|
|||
|
||||
target_compile_definitions(librw
|
||||
PRIVATE
|
||||
LODEPNG_NO_COMPILE_CPP
|
||||
"$<IF:$<CONFIG:DEBUG>,DEBUG,NDEBUG>"
|
||||
PUBLIC
|
||||
"RW_${LIBRW_PLATFORM}"
|
||||
|
|
Loading…
Reference in New Issue