mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 19:16:40 +08:00
5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
|
To use CXXGraph header files:
|
||
|
|
||
|
find_path(CXXGRAPH_INCLUDE_DIR cxxgraph/CXXGraph.hpp)
|
||
|
target_include_directories(main PRIVATE ${CXXGRAPH_INCLUDE_DIR})
|