mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
3 lines
76 B
CMake
3 lines
76 B
CMake
add_library(self_link empty.cpp)
|
|
target_link_libraries(self_link self_link)
|