--- ray/src/util/CMakeLists.txt 2019/07/19 22:25:03 1.32 +++ ray/src/util/CMakeLists.txt 2020/07/16 19:57:29 1.37 @@ -34,6 +34,9 @@ target_link_libraries(vwrays rtrad) add_executable(vwright vwright.c) target_link_libraries(vwright rtrad) +add_executable(dcglare dcglare.c cmbsdf.c cmatrix.c cmglare.c) +target_link_libraries(dcglare rtrad) + #the next few libraries all need to include header files from the rt directory include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../rt") @@ -67,13 +70,13 @@ target_link_libraries(evalglare rtrad libreetz) add_executable(radcompare radcompare.c) target_link_libraries(radcompare rtrad) -add_executable(rcode_depth rcode_depth.c depthcodec.c) +add_executable(rcode_depth rcode_depth.c) target_link_libraries(rcode_depth rtrad) -add_executable(rcode_norm rcode_norm.c normcodec.c) +add_executable(rcode_norm rcode_norm.c) target_link_libraries(rcode_norm rtrad) -add executable(rcode_ident rcode_ident.c idmap.c) +add_executable(rcode_ident rcode_ident.c) target_link_libraries(rcode_ident rtrad) if(X11_FOUND) @@ -126,6 +129,7 @@ if(UNIX) endif() install(TARGETS + dcglare dctimestep eplus_adduvf evalglare @@ -136,6 +140,9 @@ install(TARGETS radcompare ranimate ranimove + rcode_depth + rcode_ident + rcode_norm rcollate rfluxmtx rmtxop @@ -190,6 +197,7 @@ else() objpict.pl objview.pl raddepend.csh + rcode2bmp.pl rlux.csh rtpict.pl trad.wsh