mirror of
https://github.com/reactos/CMake.git
synced 2025-03-04 18:07:27 +00:00
5 lines
107 B
CMake
5 lines
107 B
CMake
|
|
cmake_policy(SET CMP0038 OLD)
|
|
add_library(self_link empty.cpp)
|
|
target_link_libraries(self_link self_link)
|