cmake/Tests/RunCMake/find_package/PackageRoot/LocalPackConfig.cmake
2022-08-04 22:12:04 +02:00

6 lines
173 B
CMake

add_library(local_lib_glob SHARED IMPORTED GLOBAL)
add_executable(local_exe_glob IMPORTED GLOBAL)
add_library(local_lib SHARED IMPORTED)
add_executable(local_exe IMPORTED)