diff --git a/gpio/CMakeLists.txt b/gpio/CMakeLists.txt index e70c026..9d3b2a8 100644 --- a/gpio/CMakeLists.txt +++ b/gpio/CMakeLists.txt @@ -17,6 +17,7 @@ # along with WiringPi. If not, see . include_directories(${PROJECT_SOURCE_DIR}/wiringPi) +include_directories(${PROJECT_SOURCE_DIR}/devLib) add_compile_options(-D_FILE_OFFSET_BITS=64 -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast)