aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-01CMakeList: Add usdx-coverage.Alexander Sulfrian1-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.
2015-03-31CMakeLists: Save coverage into build dir.Alexander Sulfrian1-1/+1
2015-03-31CMakeLists: Simplified target names.Alexander Sulfrian1-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.
2015-03-31CMakeLists: We need cmake >= 2.8.8 for object libraries.Alexander Sulfrian1-1/+1
2015-03-30Remove plain makefiles. Use cmake.Alexander Sulfrian1-0/+99