2 lines
103 B
CMake
2 lines
103 B
CMake
add_library(rbtree STATIC rbtree.c)
|
|
target_include_directories(rbtree PUBLIC ${CMAKE_CURRENT_LIST_DIR}) |