mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-11 10:38:26 -05:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
|
The package plog is header only and can be used from CMake via:
|
||
|
|
||
|
Modern CMake:
|
||
|
find_package(plog CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE plog::plog)
|
||
|
|