From 229aaf2a3c81b20c715c0f5d376770e3d507d309 Mon Sep 17 00:00:00 2001 From: Jan Willamowius <jan@willamowius.de> Date: ćšć, 18 4æ 2019 01:13:40 +0800 Subject: [PATCH] typo --- 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