Skip to content

Commit b41a658

Browse files
Update CMakeLists.txt
bug fix
1 parent fe6c8f8 commit b41a658

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
1212
find_package(Threads REQUIRED)
1313

1414
# Add the executable, including the source files from the src/ directory
15-
add_executable(file_monitor_daemon
15+
add_executable(Linux-FileOwl
1616
src/file_owl.cpp
1717
)
1818

1919
# Link the pthread library
20-
target_link_libraries(file_monitor_daemon Threads::Threads)
20+
target_link_libraries(Linux-FileOwl Threads::Threads)
2121

2222
# Optionally, set install rules if needed
2323
install(TARGETS Linux-FileOwl DESTINATION /usr/local/bin)

0 commit comments

Comments
 (0)