mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-17 09:09:58 -04:00

* move V_LinearToTransPatch function to v_fmt.c * add simplified V_LinearToPatch function * rename the appropriate W_CacheLump* to V_CachePatch* or V_CacheFlatNum
12 lines
230 B
CMake
12 lines
230 B
CMake
include(WoofSettings)
|
|
|
|
add_library(miniz STATIC miniz.c miniz.h)
|
|
|
|
target_woof_settings(miniz)
|
|
|
|
target_compile_definitions(miniz PRIVATE MINIZ_NO_TIME)
|
|
|
|
target_include_directories(miniz INTERFACE ".")
|
|
|
|
target_link_libraries(miniz)
|