FindGlobalWithoutArgsKeyword.cmake 197 B

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