From 4764d5d407347d4dd5990411b243b3ec4bd75bff Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 22 Jun 2017 16:47:10 -0400 Subject: updated cmake file agani --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e0a7f9..ade950f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5) project(fracture) -include_directories(src ~/.local/include) +include_directories(src ~/.local/include /usr/include/suitesparse) link_directories(~/.local/lib) file(GLOB LIB_SOURCES lib/*.c) -- cgit v1.2.3-54-g00ecf