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

Comparing src/ot/CMakeLists.txt (file contents):
Revision 1.1 by greg, Sat Oct 22 22:38:10 2011 UTC vs.
Revision 1.3 by greg, Thu Jul 24 01:24:01 2025 UTC

# Line 1 | Line 1
1 < add_executable(getbbox getbbox.c readobj2.c bbox.c init2otypes.c)
1 > # RCSid $Id$
2 >
3 > add_executable(getbbox
4 >  bbox.c
5 >  getbbox.c
6 >  init2otypes.c
7 >  readobj2.c
8 > )
9   target_link_libraries(getbbox rtrad)
10  
11 < add_executable(obj2mesh obj2mesh.c cvmesh.c wfconv.c o_face.c writemesh.c)
11 > add_executable(obj2mesh
12 >  cvmesh.c
13 >  o_face.c
14 >  obj2mesh.c
15 >  wfconv.c
16 >  writemesh.c
17 > )
18   target_link_libraries(obj2mesh rtrad)
19  
20 < add_executable(oconv oconv.c sphere.c writeoct.c o_face.c o_cone.c o_instance.c bbox.c initotypes.c)
20 > add_executable(oconv
21 >  bbox.c
22 >  initotypes.c
23 >  o_cone.c
24 >  o_face.c
25 >  o_instance.c
26 >  oconv.c
27 >  sphere.c
28 >  writeoct.c
29 > )
30   target_link_libraries(oconv rtrad)
31  
32 < install(TARGETS oconv getbbox obj2mesh RUNTIME DESTINATION bin)
32 > install(TARGETS getbbox obj2mesh oconv
33 >  RUNTIME DESTINATION "bin"
34 > )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines