| Revision: | 1.2 |
| Committed: | Mon Jan 8 16:51:32 2018 UTC (7 years, 10 months ago) by greg |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rad6R0, rad5R4, rad5R3, rad5R2 |
| Changes since 1.1: | +26 -4 lines |
| Log Message: | Update to CMake build system from Rob G. and Alex S., adding test cases |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | greg | 1.2 | add_executable(getbbox |
| 2 | bbox.c | ||
| 3 | getbbox.c | ||
| 4 | init2otypes.c | ||
| 5 | readobj2.c | ||
| 6 | ) | ||
| 7 | greg | 1.1 | target_link_libraries(getbbox rtrad) |
| 8 | |||
| 9 | greg | 1.2 | add_executable(obj2mesh |
| 10 | cvmesh.c | ||
| 11 | o_face.c | ||
| 12 | obj2mesh.c | ||
| 13 | wfconv.c | ||
| 14 | writemesh.c | ||
| 15 | ) | ||
| 16 | greg | 1.1 | target_link_libraries(obj2mesh rtrad) |
| 17 | |||
| 18 | greg | 1.2 | add_executable(oconv |
| 19 | bbox.c | ||
| 20 | initotypes.c | ||
| 21 | o_cone.c | ||
| 22 | o_face.c | ||
| 23 | o_instance.c | ||
| 24 | oconv.c | ||
| 25 | sphere.c | ||
| 26 | writeoct.c | ||
| 27 | ) | ||
| 28 | greg | 1.1 | target_link_libraries(oconv rtrad) |
| 29 | |||
| 30 | greg | 1.2 | install(TARGETS getbbox obj2mesh oconv |
| 31 | RUNTIME DESTINATION "bin" | ||
| 32 | ) |