Skip to content

Commit 0cf2f50

Browse files
committed
Adding libcernvm as external module
1 parent 101a400 commit 0cf2f50

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ doc/tutorial/static/index.html
3737

3838
*.pyc
3939
*.DS_Store
40+
41+
doc/tutorial/cms-ODA-user-data.txt
42+
43+
doc/tutorial/hendrik.py

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "extern/libcernvm"]
2+
path = extern/libcernvm
3+
url = https://github.com/wavesoft/libcernvm.git

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ include(cmake/AddCompileLinkFlags.cmake)
4343
#############################################################
4444

4545
# CernVM Library sources
46-
set( CERNVM_LIBSRC "../libcernvm" CACHE STRING "Specify the root directory of the libcernvm sources" )
46+
set( CERNVM_LIBSRC "extern/libcernvm" CACHE STRING "Specify the root directory of the libcernvm sources" )
4747
set( USE_SYSTEM_LIBS 0 )
4848

4949
# Include sub-project

extern/libcernvm

Submodule libcernvm added at a84fe87

0 commit comments

Comments
 (0)