From 2dbd0cb896ebdc75901cbed1b15df238670a0f6d Mon Sep 17 00:00:00 2001 From: Alex Schmidt Date: Tue, 26 Jun 2012 21:05:23 +1000 Subject: [PATCH] ... --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6778184..586117c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,4 +3,6 @@ project(latlib) add_library(configcache configcache.cpp) target_link_libraries(configcache boost_iostreams) +add_library(neigh neigh.cpp) + add_library(writeout writeout.cpp) \ No newline at end of file -- 2.39.5