mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-03 13:11:31 +00:00
initial commit
This commit is contained in:
4
Sources/CppBackend/CMakeLists.txt
Normal file
4
Sources/CppBackend/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
add_library(CppBackend STATIC backend.h backend.cpp)
|
||||
|
||||
set_target_properties(CppBackend PROPERTIES Swift_MODULE_NAME "CppBackend")
|
||||
target_compile_options(CppBackend PUBLIC "$<$<COMPILE_LANGUAGE:Swift>:-cxx-interoperability-mode=default>")
|
Reference in New Issue
Block a user