We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6c8f8 commit b41a658Copy full SHA for b41a658
1 file changed
CMakeLists.txt
@@ -12,12 +12,12 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
12
find_package(Threads REQUIRED)
13
14
# Add the executable, including the source files from the src/ directory
15
-add_executable(file_monitor_daemon
+add_executable(Linux-FileOwl
16
src/file_owl.cpp
17
)
18
19
# Link the pthread library
20
-target_link_libraries(file_monitor_daemon Threads::Threads)
+target_link_libraries(Linux-FileOwl Threads::Threads)
21
22
# Optionally, set install rules if needed
23
install(TARGETS Linux-FileOwl DESTINATION /usr/local/bin)
0 commit comments