From 5130e6aac4031f6d169390e67b68fe72b40d8eef Mon Sep 17 00:00:00 2001 From: Alex Schmidt Date: Mon, 25 Jun 2012 22:47:48 +1000 Subject: [PATCH] ... --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index be72077..6778184 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ project(latlib) add_library(configcache configcache.cpp) - target_link_libraries(configcache boost_iostreams) + +add_library(writeout writeout.cpp) \ No newline at end of file -- 2.39.5