mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +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})
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user