Very basic stuff working on linux 32-bit with dmd and phobos2.
This commit is contained in:
parent
f23eee9828
commit
67f0225e42
152 changed files with 113 additions and 0 deletions
11
tests/FullSkeleton/config.d.cmake
Normal file
11
tests/FullSkeleton/config.d.cmake
Normal file
|
@ -0,0 +1,11 @@
|
|||
static const char [] PACKAGE = "${APPLICATION_NAME}";
|
||||
static const char [] VERSION = "${APPLICATION_VERSION}";
|
||||
static const char [] PREFIX = "${CMAKE_INSTALL_PREFIX}";
|
||||
static const char [] LOCALEDIR = "${LOCALE_INSTALL_DIR}";
|
||||
static const char [] DATADIR = "${SHARE_INSTALL_PREFIX}";
|
||||
static const char [] LIBDIR = "${LIB_INSTALL_DIR}";
|
||||
static const char [] PLUGINDIR = "${PLUGIN_INSTALL_DIR}";
|
||||
static const char [] SYSCONFDIR = "${SYSCONF_INSTALL_DIR}";
|
||||
|
||||
static const char [] RENDERER_X11 = "${BUILD_RENDERER_X11}";
|
||||
static const char [] RENDERER_WIN = "${BUILD_RENDERER_WIN}";
|
Loading…
Add table
Add a link
Reference in a new issue