mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
4 lines
No EOL
109 B
CMake
4 lines
No EOL
109 B
CMake
project("o1heap")
|
|
|
|
add_library(o1heap "o1heap.h" "o1heap.c")
|
|
target_include_directories(o1heap PUBLIC ".") |