UnleashedRecomp/thirdparty/o1heap/CMakeLists.txt
2024-09-30 13:45:09 +06:00

4 lines
No EOL
109 B
CMake

project("o1heap")
add_library(o1heap "o1heap.h" "o1heap.c")
target_include_directories(o1heap PUBLIC ".")