Fogot
This commit is contained in:
parent
f42ad4e9f7
commit
e3dd931be2
5
lib/polarssl.cmake
Normal file
5
lib/polarssl.cmake
Normal 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()
|
Loading…
Reference in New Issue
Block a user