Files
CMake/Tests/RunCMake/FetchContent_find_package/PackageFindModules/FindGlobalWithoutArgsKeyword.cmake
2022-06-10 21:49:38 +10:00

7 lines
197 B
CMake

add_executable(GlobalWithoutArgsKeywordExe IMPORTED)
set_target_properties(GlobalWithoutArgsKeywordExe PROPERTIES
IMPORTED_LOCATION "${CMAKE_COMMAND}"
)
set(GlobalWithoutArgsKeyword_FOUND TRUE)