cmake/Tests/RunCMake/find_package/PackageRoot/LocalPackConfig.cmake

6 lines
173 B
CMake
Raw Normal View History

2022-08-04 22:12:04 +02:00
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)