cmake-example-external-project icon indicating copy to clipboard operation
cmake-example-external-project copied to clipboard

Use Case Example: How to use ExternalProject_Add

This project serves as an example/test on how to use ExternalProject_Add Feel free to contribute suggestions.

How to build

The project does not have any dependency you have to setup manually. Just type the following commands. ::

cd $PROJECT_DIRECTORY mkdir build cd build cmake .. make