mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
4 lines
93 B
CMake
4 lines
93 B
CMake
cmake_policy(SET CMP0115 NEW)
|
|
add_custom_target(foo)
|
|
target_sources(foo PRIVATE missing.txt)
|