ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/ot/CMakeLists.txt
Revision: 1.1
Committed: Sat Oct 22 22:38:10 2011 UTC (12 years, 6 months ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: rad4R2P2, rad5R0, rad5R1, rad4R2, rad4R1, rad4R2P1
Log Message:
Added qt interface for rvu and cmake files from Bill Hoffman

File Contents

# Content
1 add_executable(getbbox getbbox.c readobj2.c bbox.c init2otypes.c)
2 target_link_libraries(getbbox rtrad)
3
4 add_executable(obj2mesh obj2mesh.c cvmesh.c wfconv.c o_face.c writemesh.c)
5 target_link_libraries(obj2mesh rtrad)
6
7 add_executable(oconv oconv.c sphere.c writeoct.c o_face.c o_cone.c o_instance.c bbox.c initotypes.c)
8 target_link_libraries(oconv rtrad)
9
10 install(TARGETS oconv getbbox obj2mesh RUNTIME DESTINATION bin)