Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanug-deriv authored Feb 9, 2024
1 parent 979e55e commit 313a741
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set(CMAKE_BUILD_TYPE Debug)

project(test)

add_subdirectory( "vendor/iptables-1.8.7" )
add_subdirectory( "vendor/libtins" )
add_subdirectory( "openssl-OpenSSL_1_1_1g" )
add_subdirectory( "./vendor/iptables-1.8.7" )
add_subdirectory( "./vendor/libtins" )
add_subdirectory( "./openssl-OpenSSL_1_1_1g" )

add_executable (test web-monitor.cpp)
add_executable (test web-monitor.cpp)

0 comments on commit 313a741

Please sign in to comment.