From 3fbe970f83eabcc7dd223231068a6e25ded2f654 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 27 Feb 2019 22:55:10 -0500 Subject: Some enhancements Variable lines and characters per line. Action lines are surrounded in brackets if they are not already delimited. Sometimes a prior speaker will be reused instead of using the distribution. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fe3ba2..f563ae5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.1) project (rawr-ebooks) -add_subdirectory(vendor/rawr-ebooks) +add_subdirectory(vendor/rawr-ebooks EXCLUDE_FROM_ALL) include_directories(vendor/rawr-ebooks) -- cgit 1.4.1