UnleashedRecomp/thirdparty/o1heap/CMakeLists.txt

4 lines
109 B
Text
Raw Permalink Normal View History

2024-09-30 12:06:17 +06:00
project("o1heap")
add_library(o1heap "o1heap.h" "o1heap.c")
target_include_directories(o1heap PUBLIC ".")