Skip to content

Commit

Permalink
build: add support for Vcpkg and CPM package managers
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrielcarvfer committed Jul 27, 2023
1 parent e6e6775 commit 9675d8f
Show file tree
Hide file tree
Showing 5 changed files with 1,298 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ option(NS3_EIGEN "Build with Eigen support" ON)
option(NS3_STATIC "Build a static ns-3 library and link it against executables"
OFF
)
option(NS3_VCPKG "Enable the Vcpkg C++ library manager support" OFF)
option(NS3_VERBOSE "Print additional build system messages" OFF)
option(NS3_VISUALIZER "Build visualizer module" ON)
option(NS3_WARNINGS "Enable compiler warnings" ON)
Expand Down
Loading

0 comments on commit 9675d8f

Please sign in to comment.