Small syntactic change
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
1
DRAMSys/library/src/common/third_party/systemc
vendored
Submodule
1
DRAMSys/library/src/common/third_party/systemc
vendored
Submodule
Submodule DRAMSys/library/src/common/third_party/systemc added at 6041825095
Reference in New Issue
Block a user