Small syntactic change

This commit is contained in:
Matthias Jung
2020-02-26 12:20:22 +01:00
parent 757ec296cf
commit eee04e897b
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -8,3 +8,6 @@
[submodule "DRAMSys/unitTests/googletest"]
path = DRAMSys/unitTests/googletest
url = https://github.com/google/googletest.git
[submodule "DRAMSys/library/src/common/third_party/systemc"]
path = DRAMSys/library/src/common/third_party/systemc
url = https://github.com/accellera-official/systemc.git

View File

@@ -7,7 +7,7 @@ project(DRAMSys)
find_package(SystemCLanguage CONFIG REQUIRED PATHS "/opt/systemc/lib/cmake")
# Add sqlite3 Dependency:
FIND_LIBRARY(SQLITE3_LIBRARY NAMES sqlite3)
find_library(SQLITE3_LIBRARY NAMES sqlite3)
# Add DRAMSysLibrary:
add_subdirectory(library)