added pkg build for project

This commit is contained in:
2025-05-30 12:28:38 +02:00
parent 1e9a377c2a
commit 3d3264d8d6
8 changed files with 59 additions and 24 deletions

View File

@@ -32,7 +32,7 @@ endforeach()
# Use Crow from system include (installed via yay -S crow + asio)
include_directories(/usr/include)
add_executable(app src/main.cpp
add_executable(lf-server-admin-panel src/main.cpp
src/htmx/HtmxTable.cpp
src/htmx/HtmxTable.h
src/systemd.cpp
@@ -48,7 +48,7 @@ add_executable(app src/main.cpp
src/json_settings.h
src/json.hpp)
target_link_libraries(app pthread)
target_link_libraries(lf-server-admin-panel pthread)
# Optional: Print build type at configuration time
message(STATUS "Configuring build type: ${CMAKE_BUILD_TYPE}")