4 lines
77 B
CMake
4 lines
77 B
CMake
|
|
||
|
add_library(self_link empty.cpp)
|
||
|
target_link_libraries(self_link self_link)
|