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(MDEBase)
|
||||||
|
include(MDEPkgConfig)
|
||||||
setup_project(mauplay ${CMAKE_INSTALL_BINDIR})
|
setup_project(mauplay ${CMAKE_INSTALL_BINDIR})
|
||||||
|
|
||||||
|
pkg_config_add(mauplay sqlite3)
|
||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
mauplay
|
mauplay
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,8 @@
|
||||||
/* External */
|
/* External */
|
||||||
|
|
||||||
/* Standard */
|
/* Standard */
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue