Initial import

This commit is contained in:
Guilhem Lavaux 2023-05-29 10:41:03 +02:00
commit 56a50eead3
820 changed files with 192077 additions and 0 deletions

View 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
)

View 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.

View file

@ -0,0 +1 @@
cmessage(CWARNING "Now we can add more tests")

View file

@ -0,0 +1 @@
cmessage(CWARNING "Demo adds some tools")