From f9d8024f543d33087f572742f939401ab8d1d2d4 Mon Sep 17 00:00:00 2001 From: Jan Willamowius <jan@willamowius.de> Date: ćšć, 18 4æ 2019 01:12:34 +0800 Subject: [PATCH] add line end --- src/CMakeLists.txt | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a52052a..1fb9b67 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,9 +1,4 @@ - -add_subdirectory("bootstrap") add_subdirectory("library") +add_subdirectory("tools") -IF(Boost_FOUND) - add_subdirectory("pc-identifier") - add_subdirectory("license-generator") -ENDIF(Boost_FOUND) \ No newline at end of file -- Gitblit v1.9.1