a simple library for managing modules
Run the following Vcpkg command to install the port.
vcpkg install libmodman
The package libmodman provides CMake targets:
find_package(libmodman CONFIG REQUIRED) target_include_directories(main PRIVATE ${LIBMODMAN_INCLUDE_DIR}) target_link_libraries(main PRIVATE ${LIBMODMAN_LIBRARIES})
Build libmodman tests
v2.0.1#5
Apr 13, 2023
!uwp
code.google.com/p/libmodman
5b11232d00
Complex license
Manifest