Omit tests from Xcode builds
This commit is contained in:
@@ -200,7 +200,8 @@ set_target_properties (http_pic PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
|||||||
|
|
||||||
# --- TEST APPLICATIONS AND EXAMPLES
|
# --- TEST APPLICATIONS AND EXAMPLES
|
||||||
|
|
||||||
if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Android")
|
if ((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Android") AND
|
||||||
|
(NOT ${CMAKE_GENERATOR} STREQUAL "Xcode"))
|
||||||
file (GLOB APP_SOURCES
|
file (GLOB APP_SOURCES
|
||||||
${PROJ_DIR}/examples/cpp/ipv4simple/*.cpp
|
${PROJ_DIR}/examples/cpp/ipv4simple/*.cpp
|
||||||
${PROJ_DIR}/examples/cpp/ipv6simple/*.cpp
|
${PROJ_DIR}/examples/cpp/ipv6simple/*.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user