--- ray/src/util/CMakeLists.txt 2019/08/13 16:31:35 1.35 +++ 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") @@ -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