mirror of
https://github.com/open-goal/jak-project
synced 2026-08-17 21:43:27 -04:00
da4ec008c3
* Add a gltf level exporter * more fixes * disable by default * compile fixes for windows * improve collide packer * bug fix * clang format * fix texture bug
8 lines
102 B
CMake
Vendored
Generated
8 lines
102 B
CMake
Vendored
Generated
set(CMAKE_C_STANDARD 11)
|
|
|
|
set(LIBCO_SOURCES
|
|
libco.c
|
|
)
|
|
|
|
add_library(libco STATIC ${LIBCO_SOURCES})
|