jak-project/third-party/libco/CMakeLists.txt
water111 da4ec008c3
Add a gltf level exporter (#1719)
* Add a gltf level exporter

* more fixes

* disable by default

* compile fixes for windows

* improve collide packer

* bug fix

* clang format

* fix texture bug
2022-08-05 12:25:35 -04:00

8 lines
102 B
CMake
Vendored
Generated

set(CMAKE_C_STANDARD 11)
set(LIBCO_SOURCES
libco.c
)
add_library(libco STATIC ${LIBCO_SOURCES})