Initial import
This commit is contained in:
commit
56a50eead3
820 changed files with 192077 additions and 0 deletions
7
extra/demo/libLSS/demo.cmake
Normal file
7
extra/demo/libLSS/demo.cmake
Normal file
|
@ -0,0 +1,7 @@
|
|||
cmessage(CWARNING "This is the demonstration module")
|
||||
|
||||
SET(EXTRA_DEMO ${CMAKE_SOURCE_DIR}/extra/demo)
|
||||
|
||||
SET(EXTRA_LIBLSS ${EXTRA_LIBLSS}
|
||||
${EXTRA_DEMO}/libLSS/demo/demo.cpp
|
||||
)
|
10
extra/demo/libLSS/demo/demo.cpp
Normal file
10
extra/demo/libLSS/demo/demo.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*+
|
||||
ARES/HADES/BORG Package -- ./extra/demo/libLSS/demo/demo.cpp
|
||||
Copyright (C) 2014-2020 Guilhem Lavaux <guilhem.lavaux@iap.fr>
|
||||
Copyright (C) 2009-2020 Jens Jasche <jens.jasche@fysik.su.se>
|
||||
|
||||
Additional contributions from:
|
||||
Guilhem Lavaux <guilhem.lavaux@iap.fr> (2023)
|
||||
|
||||
+*/
|
||||
#warning This is a demonstration to compile a file.
|
1
extra/demo/libLSS/tests/tests.cmake
Normal file
1
extra/demo/libLSS/tests/tests.cmake
Normal file
|
@ -0,0 +1 @@
|
|||
cmessage(CWARNING "Now we can add more tests")
|
1
extra/demo/src/tools.cmake
Normal file
1
extra/demo/src/tools.cmake
Normal file
|
@ -0,0 +1 @@
|
|||
cmessage(CWARNING "Demo adds some tools")
|
Loading…
Add table
Add a link
Reference in a new issue