CppSecurity icon indicating copy to clipboard operation
CppSecurity copied to clipboard

How to add to Cmake project

Open drizzle042 opened this issue 1 year ago • 0 comments

I have tried adding to cmake project using

find_package(cppsecurity REQUIRED)
target_link_libraries(
    ${PROJECT_MAIN}
    PRIVATE
    cppsecurity::cppsecurity
)

None worked. Any help?

drizzle042 avatar Nov 12 '23 10:11 drizzle042