mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-16 03:32:18 -06:00
7 lines
194 B
CMake
7 lines
194 B
CMake
add_executable(LocalWithoutArgsKeywordExe IMPORTED)
|
|
set_target_properties(LocalWithoutArgsKeywordExe PROPERTIES
|
|
IMPORTED_LOCATION "${CMAKE_COMMAND}"
|
|
)
|
|
|
|
set(LocalWithoutArgsKeyword_FOUND TRUE)
|