ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/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: rad4R1
Log Message:
Added qt interface for rvu and cmake files from Bill Hoffman

File Contents

# Content
1 add_executable(arch2rad arch2rad.c trans.c)
2 target_link_libraries(arch2rad rtrad)
3
4 add_executable(ies2rad ies2rad.c)
5 target_link_libraries(ies2rad rtrad)
6
7 add_executable(lampcolor lampcolor.c)
8 target_link_libraries(lampcolor rtrad)
9
10 add_executable(mgf2rad mgf2rad.c)
11 target_link_libraries(mgf2rad mgf rtrad)
12
13 add_executable(nff2rad nff2rad.c)
14
15 add_executable(obj2rad obj2rad.c trans.c)
16 target_link_libraries(obj2rad rtrad)
17
18 add_executable(rad2mgf rad2mgf.c)
19 target_link_libraries(rad2mgf rtrad)
20
21 add_executable(tmesh2rad tmesh2rad.c)
22 target_link_libraries(tmesh2rad rtrad)
23
24 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../meta)
25 add_executable(mgf2meta mgf2meta.c)
26 target_link_libraries(mgf2meta mgf meta rtrad)
27
28 add_executable(mgfilt mgfilt.c)
29 target_link_libraries(mgfilt mgf rtrad)
30
31 add_executable(3ds2mgf 3ds2mgf.c rayopt3ds.c vect3ds.c)
32 target_link_libraries(3ds2mgf rtrad)
33
34 add_executable(mgf2inv mgf2inv.c)
35 target_link_libraries(mgf2inv mgf rtrad)
36
37 install(TARGETS
38 ies2rad nff2rad lampcolor tmesh2rad obj2rad mgf2rad
39 rad2mgf mgf2meta mgfilt mgf2inv 3ds2mgf
40 RUNTIME DESTINATION bin)
41
42 INSTALL(FILES source.cal tilt.cal lamp.tab window.cal
43 DESTINATION bin)