diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-08 16:10:38 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-08 16:10:38 -0300 |
commit | fbd9bdb2153fda78b39eacdd75b0c14319869ab9 (patch) | |
tree | 5903e24876f09f2513954fd4bda40f062a8efad0 | |
parent | e5ccebaf77c3f33cebdf2bf16ca5be83f19fe817 (diff) | |
download | PSP.git-fbd9bdb2153fda78b39eacdd75b0c14319869ab9.tar.gz PSP.git-fbd9bdb2153fda78b39eacdd75b0c14319869ab9.tar.xz PSP.git-fbd9bdb2153fda78b39eacdd75b0c14319869ab9.zip |
Test travis CI
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f1456a..06cc551 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,8 @@ add_definitions(${GLEW_DEFINITIONS}) message(STATUS "CMAKE_BUILD_TYPE:${CMAKE_BUILD_TYPE}") message(STATUS "wxWidgets_INCLUDE_DIRS : ${wxWidgets_INCLUDE_DIRS}") +message(STATUS "wxWidgets_INCLUDE_DIRS : ${GLEW_INCLUDE_DIRS}") +message(STATUS "wxWidgets_INCLUDE_DIRS : ${GLFW_INCLUDE_DIRS}") message(STATUS "wxWidgets_LIBRARY_DIRS : ${wxWidgets_LIBRARY_DIRS}") message(STATUS "wxWidgets_LIBRARIES : ${wxWidgets_LIBRARIES}") message(STATUS "wxWidgets_CXX_FLAGS : ${wxWidgets_CXX_FLAGS}") |