Skip to content

Commit

Permalink
Organize source by os.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Dec 1, 2023
1 parent 8b2fe90 commit 81696da
Show file tree
Hide file tree
Showing 41 changed files with 8 additions and 6 deletions.
7 changes: 1 addition & 6 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@

add_subdirectory(client)
add_subdirectory(dotnet)
add_subdirectory(server)
add_subdirectory(service)
add_subdirectory(shared)
add_subdirectory(wifi)
add_subdirectory(common)

# Conditional inclusion of OS-dependent source trees.
if (BUILD_FOR_LINUX)
Expand Down
7 changes: 7 additions & 0 deletions src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

add_subdirectory(client)
add_subdirectory(dotnet)
add_subdirectory(server)
add_subdirectory(service)
add_subdirectory(shared)
add_subdirectory(wifi)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 81696da

Please sign in to comment.