--- ray/src/util/CMakeLists.txt 2019/07/19 02:18:44 1.31 +++ 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,12 +70,15 @@ 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) +target_link_libraries(rcode_ident rtrad) + if(X11_FOUND) add_executable(xglaresrc xglaresrc.c @@ -123,6 +129,7 @@ if(UNIX) endif() install(TARGETS + dcglare dctimestep eplus_adduvf evalglare @@ -133,6 +140,9 @@ install(TARGETS radcompare ranimate ranimove + rcode_depth + rcode_ident + rcode_norm rcollate rfluxmtx rmtxop @@ -187,6 +197,7 @@ else() objpict.pl objview.pl raddepend.csh + rcode2bmp.pl rlux.csh rtpict.pl trad.wsh