mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-24 07:11:18 -04:00
4 lines
109 B
CMake
4 lines
109 B
CMake
project("o1heap")
|
|
|
|
add_library(o1heap "o1heap.h" "o1heap.c")
|
|
target_include_directories(o1heap PUBLIC ".") |