Advertisement
Guest User

Untitled

a guest
Dec 16th, 2013
1,093
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. MyProject
  2. |_ src
  3. |_ include
  4. |_ libs
  5. |_ CMakeLists.txt
  6.  
  7. So after running the following command:
  8. $cmake .
  9. The result should be like:
  10.  
  11. MyProject
  12. |_ src
  13. |_ include
  14. |_ libs
  15. |_ CMakeLists.txt
  16. |_ build
  17. |_ CMakeFiles
  18. |_ bin
  19. |_ Makefile
  20. |_ CMakeCache.txt
  21. |_ cmake_install.cmake
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement