Explorar el Código

Small fix to CMake file

Timo Dritschler hace 3 años
padre
commit
c5a27be40b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 2.6)
 find_package(PkgConfig)
 pkg_check_modules(PCILIB pcitool REQUIRED)
 
-#include_directories(include)
+include_directories(/usr/include)
 
 add_executable(ethernetBridge ethernetBridge.c)
 target_link_libraries(ethernetBridge pcilib)