Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
A.Ivanyuk committed Dec 10, 2021
1 parent 8fb27dc commit 931f962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ project(main)

add_executable(${PROJECT_NAME} main_ip_filter.cpp)

add_subdirectory(libs)
add_subdirectory (main)
#add_subdirectory(libs)
#add_subdirectory (main)

enable_testing()
add_test(NAME main COMMAND main)
#add_test(NAME main COMMAND main)

0 comments on commit 931f962

Please sign in to comment.