CMakeLists.txt (122B)
1 add_library(random INTERFACE) 2 target_link_libraries(piece INTERFACE utils) 3 target_include_directories(random INTERFACE .)