Skip to content

Commit

Permalink
droplet: rename source folder to src
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jul 7, 2024
1 parent 328c4c9 commit ecb5dd7
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions droplet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ set(CMAKE_C_FLAGS_RELEASE "-g -Wall -pedantic -O3 -march=native -D_FORTIFY_SOURC

add_executable(
droplet
droplet/droplet.c
droplet/protocol_cloud.c
droplet/resizable_buffer.c
src/droplet.c
src/protocol_cloud.c
src/resizable_buffer.c
)
target_include_directories(
droplet PRIVATE
Expand All @@ -24,6 +24,6 @@ target_link_libraries(droplet websockets)

add_executable(
resizable_buffer_test
droplet/resizable_buffer_test.c
droplet/resizable_buffer.c
src/resizable_buffer_test.c
src/resizable_buffer.c
)
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 ecb5dd7

Please sign in to comment.