diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-02-04 21:52:58 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-02-04 21:52:58 -0500 |
commit | 51971f4d3b08e9e0835e3e11d50e8c27672a25aa (patch) | |
tree | 803b826063504d68e931cd2aa81e1acaa0dd4a41 | |
parent | 1405c1b7c42d26cfeeee8e08a44bd0e2ef2906b7 (diff) | |
download | therapy-51971f4d3b08e9e0835e3e11d50e8c27672a25aa.tar.gz therapy-51971f4d3b08e9e0835e3e11d50e8c27672a25aa.tar.bz2 therapy-51971f4d3b08e9e0835e3e11d50e8c27672a25aa.zip |
Updated CMakeLists.txt
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e0bd52..14278cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -43,9 +43,15 @@ set(ALL_LIBS | |||
43 | include_directories( | 43 | include_directories( |
44 | ${LIBXML2_INCLUDE_DIR} | 44 | ${LIBXML2_INCLUDE_DIR} |
45 | ${GLFW_INCLUDE_DIRS} | 45 | ${GLFW_INCLUDE_DIRS} |
46 | ${OPENGL_INCLUDE_DIRS} | ||
47 | ${GLEW_INCLUDE_DIRS} | ||
46 | src | 48 | src |
47 | ) | 49 | ) |
48 | 50 | ||
51 | link_directories( | ||
52 | ${GLFW_LIBRARY_DIRS} | ||
53 | ) | ||
54 | |||
49 | # include_directories(${SDL2_INCLUDE_DIR}) | 55 | # include_directories(${SDL2_INCLUDE_DIR}) |
50 | set(CMAKE_BUILD_TYPE Debug) | 56 | set(CMAKE_BUILD_TYPE Debug) |
51 | add_executable(Aromatherapy | 57 | add_executable(Aromatherapy |