blob: d57cc9220f63412ff3f5063999408af16cd7120e (
plain) (
blame)
1
2
3
4
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()
|