This commit is contained in:
svamnezia
2026-04-16 00:19:03 +03:00
parent 3a7d285e55
commit 511ce6f62a
14 changed files with 10311 additions and 6270 deletions
+6
View File
@@ -240,3 +240,9 @@ endif()
target_sources(${PROJECT} PRIVATE ${SOURCES} ${HEADERS} ${RESOURCES} ${QRC} ${I18NQRC})
qt_finalize_target(${PROJECT})
option(BUILD_TESTS "Build transport integration tests" OFF)
if(BUILD_TESTS)
enable_testing()
add_subdirectory(tests)
endif()