Skip to content
Snippets Groups Projects
Commit bc12d249 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

move ba3d demo & showcase to dev-tools/sandboxes/realSpace

parent ffe27fce
No related branches found
No related tags found
No related merge requests found
Showing
with 16 additions and 2 deletions
...@@ -22,8 +22,6 @@ set(CMAKE_AUTOMOC ON) ...@@ -22,8 +22,6 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON) set(CMAKE_AUTORCC ON)
add_subdirectory (ba3d) add_subdirectory (ba3d)
add_subdirectory (showcase)
add_subdirectory (demo)
set(library_name ba3d) set(library_name ba3d)
set(${library_name}_INCLUDE_DIRS ${include_dirs} PARENT_SCOPE) set(${library_name}_INCLUDE_DIRS ${include_dirs} PARENT_SCOPE)
......
[JWu 6jul20]
These two demo programs were previous located in
- GUI/ba3d/demo,
- GUI/ba3d/showcase.
I moved them out of the BornAgain source tree in order to comply
with general practice, to accelerate compilation, and to prepare
for tighter integration of the real-space viewer.
I did not adapt the CMakeLists.txt files. Therefore, the two demo
programs will not build without extra configuration effort.
TODO:
- Either make them build again;
- Or remove them for good.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment