mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 20:19:08 +08:00
7 lines
197 B
Plaintext
7 lines
197 B
Plaintext
|
mujs can be imported via CMake FindPkgConfig module:
|
||
|
|
||
|
find_package(PkgConfig)
|
||
|
pkg_check_modules(MUJS REQUIRED IMPORTED_TARGET mujs)
|
||
|
|
||
|
target_link_libraries(main PRIVATE PkgConfig::MUJS)
|