diff --git a/CMakeLists.txt b/CMakeLists.txt index 9475c30..8099923 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,7 @@ set(CMAKE_C_STANDARD 17) set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_PREFIX_PATH ../systemc-2.3.3/build/) +set(CMAKE_PREFIX_PATH /usr/lib/x86_64-linux-gnu/cmake/spdlog/) add_compile_options(-O3 -g -Wall -Wextra -Wunused-function -Wpedantic)