Commit e07c208eb50950b9ea0310b9409aaa5d05d3ec12

Authored by Hayk Martirosyan
1 parent 47e3a8f3

Update include directories in CMakeLists

Showing 1 changed file with 2 additions and 1 deletions
CMakeLists.txt
... ... @@ -46,7 +46,8 @@ set(INC_WRAPPER ${CMAKE_SOURCE_DIR}/include/redox.hpp)
46 46 set(SRC_ALL ${SRC_CORE} ${SRC_UTILS})
47 47 set(INC_ALL ${INC_CORE} ${INC_UTILS} ${INC_WRAPPER})
48 48  
49   -include_directories(${INC_DIR} ${INC_DIR/redox})
  49 +include_directories(${INC_DIR})
  50 +#include_directories(${INC_DIR/redox})
50 51  
51 52 # Dependent libraries - you may have to change
52 53 # pthread to whatever C++11 threads depends on
... ...