diff options
| author | ngkaho1234 <ngkaho1234@gmail.com> | 2016-01-28 22:46:36 +0800 |
|---|---|---|
| committer | ngkaho1234 <ngkaho1234@gmail.com> | 2016-01-28 22:46:36 +0800 |
| commit | a45154a49b743eba4669442e6993c50583329d99 (patch) | |
| tree | 343ba15a0cdbbfa32b87f1ed1603ae7c8bfdfd65 /CMakeLists.txt | |
| parent | d3bb06fff7af3b2162633b4ab79f7f09b3fe3fdb (diff) | |
Reconstruct source directory tree.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e07c91e..97fde99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project(lwext4 C) cmake_minimum_required(VERSION 2.8) -include_directories(lwext4) +include_directories(include) include_directories(blockdev/filedev) include_directories(blockdev/filedev_win) @@ -46,7 +46,7 @@ endif() add_subdirectory(blockdev) #Library build -add_subdirectory(lwext4) +add_subdirectory(src) #Detect all possible warnings for lwext4 target if (NOT CMAKE_COMPILER_IS_GNUCC) set_target_properties(lwext4 PROPERTIES COMPILE_FLAGS "") |
