Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakeList: Add usdx-coverage. | Alexander Sulfrian | 2015-04-01 | 1 | -24/+36 |
| | | | | | | | The new usdx-coverage target builds the usdx binary with coverage information. The object files are reused when building the tests with coverage infromation. This way we could build the binary and speed up the build on the build server. | ||||
* | CMakeLists: Save coverage into build dir. | Alexander Sulfrian | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | CMakeLists: Simplified target names. | Alexander Sulfrian | 2015-03-31 | 1 | -8/+8 |
| | | | | | We do not need the test/ prefix for test binaries. We simple could use the possibility to run the build in a seperate directory. | ||||
* | CMakeLists: We need cmake >= 2.8.8 for object libraries. | Alexander Sulfrian | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | Remove plain makefiles. Use cmake. | Alexander Sulfrian | 2015-03-30 | 1 | -0/+99 |