CopilotHub
SearchPromptsInstructionsAgentsToolsMCPs
  1. Home
  2. Instructions
  3. cmake vcpkg.instructions
Back to Instructions

cmake vcpkg.instructions

Coding standards for cmake vcpkg.instructions

javascript
0 downloads
30 views
0

Related Instructions

View all →

Update Code from Shorthand

Edit the code file ${REQUIRED_FILE}.

javascript
1
106

Terraform on SAP BTP – Best Practices & Conventions

Coding standards for terraform sap btp.instructions

javascript
express
testing
security
+2
1
95

Azure Terraform Best Practices

Coding standards for terraform azure.instructions

javascript
express
testing
security
+2
0
100

Spring Boot 3.x to 4.0 Migration Guide

Coding standards for springboot 4 migration.instructions

javascript
react
testing
security
+4
8
2714

Self-explanatory Code Commenting Instructions

Coding standards for self explanatory code commenting.instructions

javascript
testing
security
+2
0
85

Secure Coding and OWASP Guidelines

Coding standards for security and owasp.instructions

javascript
testing
security
+3
0
89
Browse More Instructions

CopilotHub

A curated collection of prompts, instructions, agents, and tools for AI-powered development.

Quick Links

  • Prompts
  • Instructions
  • Agents
  • Tools
  • MCPs
  • Search

Browse by Category

  • Code Generation
  • Debugging
  • Documentation
  • Refactoring
  • Testing
  • Security

Legal

  • Guidelines
  • About
  • Privacy Policy
  • Terms of Service

Community

GitHub

© 2026 CopilotHub.

This project uses vcpkg in manifest mode. Please keep this in mind when giving vcpkg suggestions. Do not provide suggestions like vcpkg install library, as they will not work as expected. Prefer setting cache variables and other types of things through CMakePresets.json if possible. Give information about any CMake Policies that might affect CMake variables that are suggested or mentioned. This project needs to be cross-platform and cross-compiler for MSVC, Clang, and GCC. When providing OpenCV samples that use the file system to read files, please always use absolute file paths rather than file names, or relative file paths. For example, use video.open("C:/project/file.mp4"), not video.open("file.mp4").