message: move bit position flag and action
[apps/agl-service-can-low-level.git] / conf.d / cmake / config.cmake
index 7031c7e..cedb5e3 100644 (file)
@@ -112,6 +112,8 @@ set(INSTALL_PREFIX $ENV{HOME}/opt)
 # -----------------------------
 list (APPEND link_libraries -pthread)
 
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
+
 # Compilation options definition
 # Use CMake generator expressions to specify only for a specific language
 # Values are prefilled with default options that is currently used.