diff options
Diffstat (limited to 'apps/CMakeLists.txt')
-rwxr-xr-x | apps/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index a661847f..2e92a56b 100755 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -14,4 +14,4 @@ cmake_minimum_required(VERSION 3.2) #include( CTest ) -subdirs(consumers producers general iping http) +subdirs(consumers producers general http) |