refactor: Rename blackcore to swift::core

This commit is contained in:
Lars Toenning
2024-11-10 20:21:07 +01:00
parent 9142a3649b
commit 3a2447770f
482 changed files with 2611 additions and 2611 deletions

View File

@@ -5,7 +5,7 @@ add_library(tests_test INTERFACE test.h)
target_link_libraries(tests_test INTERFACE Qt::Core Qt::Test)
target_include_directories(tests_test INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(blackcore)
add_subdirectory(core)
add_subdirectory(blackgui)
add_subdirectory(misc)