CppSecurity
CppSecurity copied to clipboard
How to add to Cmake project
I have tried adding to cmake project using
find_package(cppsecurity REQUIRED)
target_link_libraries(
${PROJECT_MAIN}
PRIVATE
cppsecurity::cppsecurity
)
None worked. Any help?