include_directories(
    "."
)

add_library(untested SHARED
    untested.cpp
)