About the product
Top-level CMakeLists.txt
Configure each section of the top-level CMakeLists.txt. In the Preamble section, set the CMake version and project settings. cmake_minimum_required(VERSION cmake_version) project(CppRestApi VERSION project_persion) Versions are generally specified in the format...
Top-level CMakeLists.txt
Configure each section of the top-level CMakeLists.txt. In the Preamble section, set the CMake version and project settings. cmake_minimum_required(VERSION cmake_version) project(CppRestApi VERSION project_persion) Versions are generally specified in the format...
About CMake project structure for CppRestApi
Before getting into the tutorial, I will explain how to use CMake, cpprestsdk, and mysql-connector-cpp with CppRestApi. With CMake, project management becomes easier by first determining the directory structure. It...
About CMake project structure for CppRestApi
Before getting into the tutorial, I will explain how to use CMake, cpprestsdk, and mysql-connector-cpp with CppRestApi. With CMake, project management becomes easier by first determining the directory structure. It...
Report test results to CDash
Go to the CDash folder you downloaded in the CppRestApi preferences. Run the command to start the docker container. cd /path_to/cpprestapi/ThirdParty/CDash Docker compose -f docker/docker-compose.yml \ -f docker/docker-compose.dev.yml \ -f...
Report test results to CDash
Go to the CDash folder you downloaded in the CppRestApi preferences. Run the command to start the docker container. cd /path_to/cpprestapi/ThirdParty/CDash Docker compose -f docker/docker-compose.yml \ -f docker/docker-compose.dev.yml \ -f...
CppRestApi environment settings
unix or mac ・Unzip cpprestapi. tar -xvzf cpprestapi.tar.gz ・Download CDash and mysql-connector-cpp. cd /path_to/cpprestapi/ThirdParty sh setup.sh I will write about CDash in a separate article later. ・Create a container for...
CppRestApi environment settings
unix or mac ・Unzip cpprestapi. tar -xvzf cpprestapi.tar.gz ・Download CDash and mysql-connector-cpp. cd /path_to/cpprestapi/ThirdParty sh setup.sh I will write about CDash in a separate article later. ・Create a container for...