mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 14:27:23 +00:00
5 lines
107 B
CMake
5 lines
107 B
CMake
|
|
cmake_policy(SET CMP0038 NEW)
|
|
add_library(self_link empty.cpp)
|
|
target_link_libraries(self_link self_link)
|