We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e57be commit 7b7d657Copy full SHA for 7b7d657
CMakeLists.txt
@@ -44,7 +44,7 @@ install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}"
44
FILES_MATCHING PATTERN "*.h" )
45
46
# add filedata folder
47
-add_definitions(-DSHELL_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/filedata/")
+add_definitions(-D${PROJECT_NAME}_DATA="${CMAKE_CURRENT_SOURCE_DIR}/filedata/")
48
49
# add example files
50
if(GISMO_BUILD_EXAMPLES)
0 commit comments