Skip to content

Commit

Permalink
Remove duplicate header from build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Mar 16, 2024
1 parent 829c988 commit ea5c46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(target flog)

add_executable(flog main.c flog.c flog.h config.c config.h common.h common.c common.h)
add_executable(flog main.c flog.c flog.h config.c config.h common.h common.c)

target_link_libraries(${target} PRIVATE ${POPT_LINK_LIBRARIES})
target_include_directories(${target} PRIVATE ${POPT_INCLUDE_DIRS})
Expand Down

0 comments on commit ea5c46d

Please sign in to comment.