X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=eec0993b08f57f885d04e0d3083047b99f631357;hb=HEAD;hp=71eb24ddfe4f546a685976d2ca56c3aabe68b30e;hpb=b9679f355308ea5d3848b1229077fd02c0ddc8ae;p=lwext4.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 71eb24d..eec0993 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ project(lwext4 C) cmake_minimum_required(VERSION 3.4) +include_directories(include) include_directories(${PROJECT_BINARY_DIR}/include) include_directories(blockdev/filedev) include_directories(blockdev/filedev_win) @@ -84,12 +85,6 @@ else() set_target_properties(lwext4 PROPERTIES COMPILE_FLAGS "-Wall -Wextra -pedantic") endif() -#Config file generation -file( - COPY include - DESTINATION . -) - #DISTRIBUTION set(CPACK_PACKAGE_VERSION_MAJOR "${VERSION_MAJOR}") set(CPACK_PACKAGE_VERSION_MINOR "${VERSION_MINOR}")