Skip to content

Commit

Permalink
feat: change to library
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsan committed Oct 24, 2023
1 parent 38306c6 commit f72629d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else()
${CMAKE_SOURCE_DIR}/main
)

add_executable(${PROJECT_NAME} ${infa_src}
add_library(${PROJECT_NAME} ${infa_src}
${ifaces_src}
${mg_src}
${app_src})
Expand Down
85 changes: 0 additions & 85 deletions main/main.c

This file was deleted.

0 comments on commit f72629d

Please sign in to comment.