summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-07-08 16:10:38 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-07-08 16:10:38 -0300
commitfbd9bdb2153fda78b39eacdd75b0c14319869ab9 (patch)
tree5903e24876f09f2513954fd4bda40f062a8efad0
parente5ccebaf77c3f33cebdf2bf16ca5be83f19fe817 (diff)
downloadPSP.git-fbd9bdb2153fda78b39eacdd75b0c14319869ab9.tar.gz
PSP.git-fbd9bdb2153fda78b39eacdd75b0c14319869ab9.tar.xz
PSP.git-fbd9bdb2153fda78b39eacdd75b0c14319869ab9.zip
Test travis CI
-rw-r--r--CMakeLists.txt2
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}")