
set(frameworkSRC
        Assertion.hpp
    playerstatetest.hpp
    playerstatetest.cpp
        PlayerTestSuite.hpp
        PlayerTestSuite.cpp
        PlayerTestCase.hpp
        PlayerTestCase.cpp
        TestCase.hpp
        TestCase.cpp
        TestLog.hpp
        TestLog.cpp
        TestRunner.hpp
        TestRunner.cpp
)

add_library(testframework ${frameworkSRC})
target_include_directories(testframework PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})

target_link_libraries(testframework json11 gtest testenv)
