cmake/Tests/RunCMake/target_sources/MissingSource.cmake

4 lines
93 B
CMake
Raw Normal View History

2023-07-02 19:51:09 +02:00
cmake_policy(SET CMP0115 NEW)
add_custom_target(foo)
target_sources(foo PRIVATE missing.txt)