Skip to content

Commit

Permalink
modified: CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wcbonner committed Sep 19, 2023
1 parent 0b20ee2 commit a802f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ project ("goveebttemplogger"
configure_file(goveebttemplogger-version.h.in goveebttemplogger-version.h)

# Add source to this project's executable.
add_executable (goveebttemplogger goveebttemplogger.cpp goveebttemplogger-version.h uuid.c uuid.h)
add_executable (goveebttemplogger goveebttemplogger.cpp goveebttemplogger-version.h att-types.h uuid.c uuid.h)
target_link_libraries(goveebttemplogger -lbluetooth -lstdc++fs)

add_custom_command(TARGET goveebttemplogger POST_BUILD
Expand Down

0 comments on commit a802f99

Please sign in to comment.