add_executable(stplugin_core_tests
    test_core.cpp
)

target_link_libraries(stplugin_core_tests PRIVATE stplugin_core)

add_test(NAME stplugin_core_tests COMMAND stplugin_core_tests)
