Added earthtest.cpp for future homebrew package test

This commit is contained in:
Joseph Henry
2018-08-02 10:29:07 -07:00
parent 389683475e
commit 29a9856b76
2 changed files with 38 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ set_target_properties (http_pic PROPERTIES POSITION_INDEPENDENT_CODE ON)
if ((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Android") AND
(NOT ${CMAKE_GENERATOR} STREQUAL "Xcode"))
file (GLOB APP_SOURCES
${PROJ_DIR}/examples/cpp/*.cpp
${PROJ_DIR}/examples/cpp/ipv4simple/*.cpp
${PROJ_DIR}/examples/cpp/ipv6simple/*.cpp
${PROJ_DIR}/examples/cpp/ipv6adhoc/*.cpp