Skip to content

ds-hwang/cmake_tutorial

Repository files navigation

cmake_tutorial

cmake_tutorial

Run

mkdir build; cd build
cmake -DUSE_MYMATH=ON -DCMAKE_INSTALL_PREFIX=./ ../
make
ctest
make install
#The next step is to build the project in the usual manner and then run CPack on it. To build a binary distribution you would run:
cpack --config CPackConfig.cmake
#To create a source distribution you would type
cpack --config CPackSourceConfig.cmake

About

cmake_tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published