Hi,
I need to write a FindModule which search static and shared version of my lib.
I need both on my project (there is a diff between static and dynamic lib).
I would like to import my lib using add_library :
add_library(Foo::MyLib STATIC IMPORTED)
add_library(Foo::MyLib SHARED IMPORTED)
This
Hi,
We develop a library that we will call LIBRARY. To compile this library, we use
CMake (of course :) ). This library include multiple components, like Boost
system,
i.e. there are few add_library commands. This library produce
LIBRARY_COMPONENTS_1, LIBRARY_COMPONENTS_2, LIBRARY_COMPONENTS_3
Hi,
We develop a library that we will call LIBRARY. To compile this library, we use
CMake (of course :) ). This library include multiple components, like Boost
system,
i.e. there are few add_library commands. This library produce
LIBRARY_COMPONENTS_1, LIBRARY_COMPONENTS_2, LIBRARY_COMPONENTS_3