6 lines
222 B
Plaintext
Raw Normal View History

2020-10-10 14:36:42 +02:00
The package plibsys provides CMake targets:
find_package(plibsys CONFIG REQUIRED)
target_include_directories(main PRIVATE ${PLIBSYS_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${PLIBSYS_LIBRARIES})