ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/ot/CMakeLists.txt
(Generate patch)

Comparing ray/src/ot/CMakeLists.txt (file contents):
Revision 1.1 by greg, Sat Oct 22 22:38:10 2011 UTC vs.
Revision 1.2 by greg, Mon Jan 8 16:51:32 2018 UTC

# Line 1 | Line 1
1 < add_executable(getbbox getbbox.c readobj2.c bbox.c init2otypes.c)
1 > add_executable(getbbox
2 >  bbox.c
3 >  getbbox.c
4 >  init2otypes.c
5 >  readobj2.c
6 > )
7   target_link_libraries(getbbox rtrad)
8  
9 < add_executable(obj2mesh obj2mesh.c cvmesh.c wfconv.c o_face.c writemesh.c)
9 > add_executable(obj2mesh
10 >  cvmesh.c
11 >  o_face.c
12 >  obj2mesh.c
13 >  wfconv.c
14 >  writemesh.c
15 > )
16   target_link_libraries(obj2mesh rtrad)
17  
18 < add_executable(oconv oconv.c sphere.c writeoct.c o_face.c o_cone.c o_instance.c bbox.c initotypes.c)
18 > 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   target_link_libraries(oconv rtrad)
29  
30 < install(TARGETS oconv getbbox obj2mesh RUNTIME DESTINATION bin)
30 > install(TARGETS getbbox obj2mesh oconv
31 >  RUNTIME DESTINATION "bin"
32 > )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines