This commit is contained in:
Nishi 2025-11-22 19:12:24 +09:00
commit 602ba00156
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,9 @@
include(MDEBase)
include(MDEPkgConfig)
setup_project(mauplay ${CMAKE_INSTALL_BINDIR})
pkg_config_add(mauplay sqlite3)
target_link_libraries(
mauplay
PRIVATE

View file

@ -10,9 +10,8 @@
/* External */
/* Standard */
#include <sys/stat.h>
#include <unistd.h>
#include <pwd.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>