Move app/service code from tactility-core to tactility (#14)

* Move app/service code from tactility-core to tactility

* fix formatting

* updated dev docs
This commit is contained in:
Ken Van Hoeylandt
2024-01-20 15:41:01 +01:00
committed by GitHub
parent 0c724e2e68
commit e2209ccba8
34 changed files with 83 additions and 194 deletions
+3
View File
@@ -5,3 +5,6 @@ add_executable(app-sim ${SOURCES})
target_link_libraries(app-sim PRIVATE tactility)
target_link_libraries(app-sim PRIVATE tactility-core)
add_definitions(-D_Nullable=)
add_definitions(-D_Nonnull=)