On 02/21/2017 02:48 PM, Lars wrote:
Hello,
We are using the "config" mode of Find_Package that locates
CompConfig.cmake which create IMPORTED targets.
CMakeLists.txt
Find_Package(some_comp ${some_comp_path})
CompConfig.cmake;
add_executable(app IMPORTED)
add_library(lib SHARED IMPORTE
Hello,
We are using the "config" mode of Find_Package that locates CompConfig.cmake
which create IMPORTED targets.
CMakeLists.txt
Find_Package(some_comp ${some_comp_path})
CompConfig.cmake;
add_executable(app IMPORTED)
add_library(lib SHARED IMPORTED)
This works fine and once I read
ht