You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# use -DCMAKE_PREFIX_PATH=safe-cpp/_install, if not installed into system pathsfind_package(SafeCXX REQUIRED COMPONENTS safe_cxx)
add_executable(hello hello.cxx)
target_link_libraries(hello PRIVATE SafeCXX::safe_cxx)