update
This commit is contained in:
parent
ead6808acb
commit
6508b18d9c
6 changed files with 27 additions and 2 deletions
8
include/config.h.in
Normal file
8
include/config.h.in
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef __CONFIG_H__
|
||||
#define __CONFIG_H__
|
||||
|
||||
#define PREFIX "@CMAKE_INSTALL_PREFIX@"
|
||||
#define CONFDIR "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
|
||||
#define DATADIR "@CMAKE_INSTALL_FULL_DATAROOTDIR@"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue