mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
abe1c27499
Move the `TARGET_FILE` cases and friends out of `RunCMake.GeneratorExpression`.
5 lines
214 B
CMake
5 lines
214 B
CMake
enable_language(C)
|
|
add_executable(empty1 empty.c)
|
|
set_property(TARGET empty1 PROPERTY OUTPUT_NAME $<TARGET_FILE_NAME:empty1>)
|
|
set_property(TARGET empty1 PROPERTY RUNTIME_OUTPUT_DIRECTORY $<TARGET_FILE_DIR:empty1>)
|