You can use add_library()
and tell that it actually imported. Then, using set_target_properties()
you can set required INTERFACE_XXX
properties for it. After that, you can use it as an ordinal target like every other built by your project.
You can use add_library()
and tell that it actually imported. Then, using set_target_properties()
you can set required INTERFACE_XXX
properties for it. After that, you can use it as an ordinal target like every other built by your project.