all CMakeLists are referenced by the top level one

This commit is contained in:
Benjamin Sergeant
2019-02-21 22:21:29 -08:00
parent a7ff3c41a1
commit f8b1a03ee6
9 changed files with 10 additions and 14 deletions

View File

@ -10,8 +10,6 @@ set (CMAKE_CXX_STANDARD 14)
option(USE_TLS "Add TLS support" ON)
add_subdirectory(${PROJECT_SOURCE_DIR}/../.. ixwebsocket)
add_executable(ping_pong ping_pong.cpp)
if (APPLE AND USE_TLS)