FindGlobalWithArgsKeyword.cmake 188 B

123456
  1. add_executable(GlobalWithArgsKeywordExe IMPORTED)
  2. set_target_properties(GlobalWithArgsKeywordExe PROPERTIES
  3. IMPORTED_LOCATION "${CMAKE_COMMAND}"
  4. )
  5. set(GlobalWithArgsKeyword_FOUND TRUE)