Skip to content

opensmartkitchen/SwiftCppBridgeTemplates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftCppBridgeTemplates

SwiftCppBridgeTemplates is part of the development software for the Hackaday ÓSK Squirrel project.

Language interoperability example package which builds C, C++ and Swift executables.

Template BridgeResources

Template Bridge

SwiftCppBridgeTemplates
|-- Package.swift
`-- Sources
    |-- exec_cc
    |   `-- main.c
    |-- exec_cpp
    |   `-- main.cpp
    |-- exec_swift
    |   `-- main.swift
    |-- lib_c
    |   |-- include
    |   |   `-- lib_c.h
    |   `-- lib_c.c
    |-- lib_cpp
    |   |-- include
    |   |   `-- lib_cpp.hpp
    |   `-- lib_cpp.cpp
    `-- lib_cpp_cbind
        |-- include
        |   `-- lib_cpp_cbind.h
        `-- lib_cpp_cbind.cpp

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published