aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CMakeList: Add usdx-coverage.Alexander Sulfrian2015-04-011-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 Sulfrian2015-03-311-1/+1
|
* CMakeLists: Simplified target names.Alexander Sulfrian2015-03-311-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 Sulfrian2015-03-311-1/+1
|
* Remove plain makefiles. Use cmake.Alexander Sulfrian2015-03-301-0/+99