7 lines
194 B
CMake
Raw Normal View History

2022-08-04 22:12:04 +02:00
add_executable(LocalWithoutArgsKeywordExe IMPORTED)
set_target_properties(LocalWithoutArgsKeywordExe PROPERTIES
IMPORTED_LOCATION "${CMAKE_COMMAND}"
)
set(LocalWithoutArgsKeyword_FOUND TRUE)