blob: 800ba90c0a28a52f624b15ef93b769bae4f9c143 (
plain)
1
2
3
4
5
6
7
8
9
10
|
ripper37-libbase provides CMake targets:
find_package(libbase CONFIG REQUIRED [<opt_feature>...])
target_link_libraries(main PRIVATE libbase::libbase [<opt_feature_target>...])
if enabled via features, it also provides optional CMake package components:
net - provides target `libbase::libbase_net` - networking module
win - provides target `libbase::libbase_win` - WinAPI integration module
wx - provides target `libbase::libbase_wx` - wxWidgets integration module
|