commit | 4f055f4ca2a3619268bcc6e6601e4ced2a418fae | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Tue Aug 20 15:12:54 2019 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Thu Aug 29 16:12:38 2019 +0100 |
tree | 49f4759e6408346207247d20d363b776e845d249 | |
parent | 0c6b79979c7d55dd96cdab2e304142467a424ec1 [diff] [blame] |
Use 3rdparty headers from the submodule
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6292c52..fb1de81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -189,7 +189,7 @@ endif(ZLIB_FOUND) endif(ENABLE_ZLIB_SUPPORT) -add_subdirectory(3rdparty) +add_subdirectory(crypto/3rdparty) include_directories(${thirdparty_inc}) list(APPEND libs ${thirdparty_lib}) add_definitions(${thirdparty_def})