mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
d71be346a4
Consolidate similar test cases.
3 lines
126 B
CMake
3 lines
126 B
CMake
add_executable(BadSelfReference3 ../main.cpp)
|
|
include_directories("$<TARGET_PROPERTY:BadSelfReference3,INCLUDE_DIRECTORIES>")
|