1
0
Fork 0
This commit is contained in:
Tycho 2014-02-16 04:39:41 -08:00
parent f42ad4e9f7
commit e3dd931be2
1 changed files with 5 additions and 0 deletions

5
lib/polarssl.cmake Normal file
View File

@ -0,0 +1,5 @@
if(NOT TARGET polarssl)
message("including polarssl")
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/polarssl/ ${CMAKE_CURRENT_BINARY_DIR}/lib/polarssl EXCLUDE_FROM_ALL )
endif()