1
0
cuberite-2a/lib/polarssl.cmake

6 lines
178 B
CMake
Raw Normal View History

2014-02-16 12:39:41 +00:00
if(NOT TARGET polarssl)
message("including polarssl")
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/polarssl/ ${CMAKE_CURRENT_BINARY_DIR}/lib/polarssl EXCLUDE_FROM_ALL )
endif()