Skip to content

Commit

Permalink
remove header from cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
sirntar committed May 14, 2023
1 parent f5c17c4 commit 618a1a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ project(portscan)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static")

set(CMAKE_BUILD_TYPE Release)

set(PORTSCAN_HEADERS
src/async/AsyncCout.h
src/async/ThreadPool.h
src/net/IpAddress.h
src/net/SubNet.h
Expand Down

0 comments on commit 618a1a3

Please sign in to comment.