Skip to content

Commit

Permalink
build teamserver modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Nov 3, 2024
1 parent 95b2f0e commit b428344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ if(WITH_TESTS)
endif()

add_subdirectory(teamServer)
add_subdirectory(core/modules)

add_subdirectory(certs)

add_subdirectory(client)

if(WITH_TESTS)
add_subdirectory(core/modules)
add_subdirectory(core/beacon)
add_subdirectory(core/beacon/tests)
add_subdirectory(core/listener/tests)
Expand Down

0 comments on commit b428344

Please sign in to comment.