missing NO_ZLIB_COMPRESSION compile definition for SGP

forgot about that one
This commit is contained in:
Marco Antonio Jaguaribe Costa
2023-02-01 10:02:46 -03:00
committed by majcosta
parent 35109a5615
commit aa3e10cd29
+2 -1
View File
@@ -164,8 +164,9 @@ foreach(lang IN LISTS LangTargets)
target_link_libraries(${Executable} PUBLIC ${VeryBadLib})
endforeach()
# only SGP depends on these
# for SGP only
target_link_libraries(${Executable}_SGP PRIVATE "ddraw.lib" "${PROJECT_SOURCE_DIR}/fmodvc.lib")
target_link_libraries(${Executable}_SGP PUBLIC libpng)
target_compile_definitions(${Executable}_SGP PRIVATE NO_ZLIB_COMPRESSION)
endforeach()
endforeach()