Skip to content

Commit

Permalink
CMake: Include the library directory for the sake of 3rdparty
Browse files Browse the repository at this point in the history
"Include the library directory for the sake of 3rdparty" did the job
for Make and Visual Studio. This commit does the job for CMake.

Signed-off-by: Gilles Peskine <[email protected]>
  • Loading branch information
gilles-peskine-arm committed Jul 2, 2020
1 parent 3ca8a92 commit dedff7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ foreach(target IN LISTS target_libraries)
target_include_directories(${target}
PUBLIC ${MBEDTLS_DIR}/include/
PUBLIC ${thirdparty_inc_public}
PRIVATE ${MBEDTLS_DIR}/library/
PRIVATE ${thirdparty_inc})
target_compile_definitions(${target}
PRIVATE ${thirdparty_def})
Expand Down

0 comments on commit dedff7a

Please sign in to comment.