diff CMakeLists.txt @ 615:e8661a550a12

Join: dedicate new module directory, #684
author David Demelier <markand@malikania.fr>
date Mon, 21 Aug 2017 11:31:22 +0200
parents 18ec7f4fc3de
children 47f003c55e1e
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Aug 21 11:14:05 2017 +0200
+++ b/CMakeLists.txt	Mon Aug 21 11:31:22 2017 +0200
@@ -28,7 +28,6 @@
 
 include(${code_SOURCE_DIR}/cmake/CodeDefineModule.cmake)
 
-add_subdirectory(extern)
 enable_testing()
 
 # Doxygen target.
@@ -50,5 +49,5 @@
     )
 endif ()
 
+add_subdirectory(modules/join)
 add_subdirectory(modules/js)
-add_subdirectory(misc)