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 24859fef8a
commit 90105fa2b3
9 changed files with 10 additions and 14 deletions

View File

@ -113,3 +113,6 @@ set( IXWEBSOCKET_INCLUDE_DIRS
.
../../shared/OpenSSL/include)
target_include_directories( ixwebsocket PUBLIC ${IXWEBSOCKET_INCLUDE_DIRS} )
add_subdirectory(ws)
add_subdirectory(examples)