Unified AppEsp and AppSim into a single App module (#94)

This commit is contained in:
Ken Van Hoeylandt
2024-11-27 00:06:59 +01:00
committed by GitHub
parent d7b151ab88
commit 03d14ef74b
27 changed files with 140 additions and 100 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ else
set -e
cmake -S ./ -B build-sim
cmake --build build-sim -j 12
cd data
../build-sim/AppSim/AppSim
cd Data
../build-sim/App/AppSim
cd -
fi