Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MyProject
- |_ src
- |_ include
- |_ libs
- |_ CMakeLists.txt
- So after running the following command:
- $cmake .
- The result should be like:
- MyProject
- |_ src
- |_ include
- |_ libs
- |_ CMakeLists.txt
- |_ build
- |_ CMakeFiles
- |_ bin
- |_ Makefile
- |_ CMakeCache.txt
- |_ cmake_install.cmake
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement