
# Add all source files of VCL library
file(
    GLOB_RECURSE
    src_files_vcl
    ${CMAKE_CURRENT_LIST_DIR}/*.[ch]pp
)


