mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
8b3b88abd8
They must be non-empty, and match a restrictive regexp.
8 lines
283 B
CMake
8 lines
283 B
CMake
|
|
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/main.cpp"
|
|
"int main(int, char **) { return 0; }\n")
|
|
|
|
add_executable(TargetPropertyGeneratorExpressions
|
|
"${CMAKE_CURRENT_BINARY_DIR}/main.cpp")
|
|
include_directories("$<TARGET_PROPERTY:Invali/dTarget,INCLUDE_DIRECTORIES>")
|