set(MODULE_NAME VECTORS)

set(${MODULE_NAME}_SOURCES
    globals.cpp
        main.cpp
        structs.cpp
        test_step.cpp
        test_vec_align.cpp
        type_replacer.cpp
)

include(../CMakeCommon.txt)
