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

7 lines
185 B
CMake

add_executable(LocalWithArgsKeywordExe IMPORTED)
set_target_properties(LocalWithArgsKeywordExe PROPERTIES
IMPORTED_LOCATION "${CMAKE_COMMAND}"
)
set(LocalWithArgsKeyword_FOUND TRUE)