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