mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
4 lines
77 B
CMake
4 lines
77 B
CMake
|
|
add_library(self_link empty.cpp)
|
|
target_link_libraries(self_link self_link)
|