Libspinscale: Add separate CMake project config

This commit is contained in:
2025-12-28 03:44:01 -04:00
parent 7acdfcc337
commit 5a4f498663
21 changed files with 328 additions and 100 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
#include <componentThread.h>
#include <mindThread.h>
#include <marionette/marionette.h>
#include <spinscale/marionette.h>
namespace smo {
void MindThread::handleException()
{
mrntt::mrntt.exceptionInd();
sscl::mrntt::mrntt.exceptionInd();
}
} // namespace smo