Merge pull request #169 from admsasha/master

output values PREFIX and DATA_DIR over cmake
This commit is contained in:
glixx 2019-07-09 09:03:08 +03:00 committed by GitHub
commit e1ef43020a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,8 @@ if (NOT DATA_DIR)
endif(NOT DATA_DIR)
add_compile_options("-DDATA_DIR=\"${DATA_DIR}\"")
MESSAGE("PREFIX:" ${CMAKE_INSTALL_PREFIX})
MESSAGE("DATA_DIR:" ${DATA_DIR})
FIND_PACKAGE( OpenGL REQUIRED )