1
0
cuberite-2a/lib/polarssl.cmake
2014-02-16 04:39:41 -08:00

6 lines
178 B
CMake

if(NOT TARGET polarssl)
message("including polarssl")
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/polarssl/ ${CMAKE_CURRENT_BINARY_DIR}/lib/polarssl EXCLUDE_FROM_ALL )
endif()