mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
missing NO_ZLIB_COMPRESSION compile definition for SGP
forgot about that one
This commit is contained in:
committed by
majcosta
parent
35109a5615
commit
aa3e10cd29
+2
-1
@@ -164,8 +164,9 @@ foreach(lang IN LISTS LangTargets)
|
|||||||
target_link_libraries(${Executable} PUBLIC ${VeryBadLib})
|
target_link_libraries(${Executable} PUBLIC ${VeryBadLib})
|
||||||
endforeach()
|
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 PRIVATE "ddraw.lib" "${PROJECT_SOURCE_DIR}/fmodvc.lib")
|
||||||
target_link_libraries(${Executable}_SGP PUBLIC libpng)
|
target_link_libraries(${Executable}_SGP PUBLIC libpng)
|
||||||
|
target_compile_definitions(${Executable}_SGP PRIVATE NO_ZLIB_COMPRESSION)
|
||||||
endforeach()
|
endforeach()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|||||||
Reference in New Issue
Block a user