From b22ae7b89f7993f632e10e18c116f293f314575f Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Thu, 19 Feb 2015 03:13:56 +1100 Subject: Removed autotools and VS files, and standardised source dir naming --- heimdall/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heimdall/CMakeLists.txt') diff --git a/heimdall/CMakeLists.txt b/heimdall/CMakeLists.txt index 4e87afd..a822702 100644 --- a/heimdall/CMakeLists.txt +++ b/heimdall/CMakeLists.txt @@ -6,7 +6,7 @@ set(libusb_USE_STATIC_LIBS YES) find_package(libusb REQUIRED) set(LIBPIT_INCLUDE_DIRS - ../libpit/Source) + ../libpit/source) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11") set(CMAKE_EXE_LINKER_FLAGS "-static-libgcc -static-libstdc++ -static") -- cgit v1.2.3