File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33testsuite /launchtest.c
44nbproject /
55build /
6+ cmake-build * /
67install /
78gdlde /
89gdlde * .zip
910.vscode
11+ .idea /
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ set(GDL_LIB_DIR "" CACHE PATH "GDL: library directory relative to CMAKE_INSTALL_
167167if ( GDL_LIB_DIR STREQUAL "" OR NOT GDL_LIB_DIR)
168168 set (GDL_DRV_DIR "${CMAKE_INSTALL_PREFIX} /${GDL_DATA_DIR} /drivers" ) # CACHE PATH "GDL: where the drivers will be installed.")
169169else ()
170- set (GDL_DRV_DIR "${GDL_LIB_DIR} " ) # CACHE PATH "GDL: where the drivers will be installed.")
170+ set (GDL_DRV_DIR "${CMAKE_INSTALL_PREFIX} / ${ GDL_LIB_DIR} " ) # CACHE PATH "GDL: where the drivers will be installed.")
171171endif ()
172172# check for 64-bit OS
173173if (${CMAKE_SIZEOF_VOID_P} EQUAL 8)
Original file line number Diff line number Diff line change 33
44#define EXEC_PREFIX "@CMAKE_INSTALL_PREFIX@"
55#define GDLDATADIR "@CMAKE_INSTALL_PREFIX@@GDL_DATA_DIR@"
6- #define GDLLIBDIR "@GDL_LIB_DIR@"
6+ #define GDLLIBDIR "@CMAKE_INSTALL_PREFIX@@ GDL_LIB_DIR@"
77#define GDL_DRV_DIR "@GDL_DRV_DIR@"
88
99#define _CRT_SECURE_NO_WARNINGS
You can’t perform that action at this time.
0 commit comments