Skip to content

Commit

Permalink
CMake: fix formatting and add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Jan 3, 2023
1 parent 2ea81cf commit 77fd65e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/ietf-system-augeas/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ add_library(
${PLUGIN_SOURCES}
)

# add plugin as a standalone executable
add_executable(
${PLUGIN_EXECUTABLE_NAME}

${PLUGIN_SOURCES}
${CMAKE_SOURCE_DIR}/src/main.c
)

target_link_libraries(
${PLUGIN_EXECUTABLE_NAME}

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/ietf-system/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ add_library(
${PLUGIN_SOURCES}
)

# add plugin as a standalone executable
add_executable(
${PLUGIN_EXECUTABLE_NAME}

${PLUGIN_SOURCES}
${CMAKE_SOURCE_DIR}/src/main.c
)

target_link_libraries(
${PLUGIN_EXECUTABLE_NAME}

Expand Down

0 comments on commit 77fd65e

Please sign in to comment.