mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:28:59 +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})
|