diff options
-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 |