summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)