Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages