added pkg build for project
This commit is contained in:
@@ -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}")
|
||||
Reference in New Issue
Block a user