X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=dc7ecd6e46ba04feda7d28ac3034ee3865c616f4;hb=98975d54d405c45edf7bab2205d6ffb75ed90438;hp=4c899479a6ed37d9522a7e713ce8adfc9ed99538;hpb=09c09dc870148c99a546243f434e546aafaa6b89;p=project%2Fprocd.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c89947..dc7ecd6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,7 @@ IF(DEBUG) ADD_DEFINITIONS(-DDEBUG -g3) ENDIF() +add_subdirectory(upgraded) ADD_EXECUTABLE(procd ${SOURCES}) TARGET_LINK_LIBRARIES(procd ${LIBS})