aaaaaa
This commit is contained in:
parent
1c4e999ebe
commit
602ba00156
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
include(MDEBase)
|
||||
include(MDEPkgConfig)
|
||||
setup_project(mauplay ${CMAKE_INSTALL_BINDIR})
|
||||
|
||||
pkg_config_add(mauplay sqlite3)
|
||||
|
||||
target_link_libraries(
|
||||
mauplay
|
||||
PRIVATE
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue