Changes between Version 6 and Version 7 of MussaglBuild
- Timestamp:
- 04/10/2006 03:56:11 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MussaglBuild
v6 v7 22 22 cmake .. 23 23 make 24 cd qui 25 ./mussagl 24 qui/mussagl 26 25 }}} 26 (Yes its annoying that the executable is dropped in a subdirectory, I hope that as I learn more about cmake I can fix that). 27 27 28 28 To run the unittests from with in the build directory type … … 41 41 which will show the actual commands being used to compile the program, and 42 42 {{{ 43 c make-VV43 ctest -VV 44 44 }}} 45 45 which will show the output of the various test programs.