Skip to content

Commit

Permalink
dep
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Dec 5, 2024
1 parent a24aa04 commit c14ae47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macosnotifications/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ add_library(SwiftNotify STATIC notify.swift)
set_target_properties(SwiftNotify PROPERTIES Swift_MODULE_NAME SwiftNotify)
target_compile_options(SwiftNotify PUBLIC "$<$<COMPILE_LANGUAGE:Swift>:-cxx-interoperability-mode=default>")
target_include_directories(SwiftNotify PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}" "${PROJECT_BINARY_DIR}/logging")
add_dependencies(SwiftNotify Logging)

_swift_generate_cxx_header(
SwiftNotify
Expand Down

0 comments on commit c14ae47

Please sign in to comment.