--- ray/src/util/CMakeLists.txt 2019/07/26 00:34:07 1.33 +++ ray/src/util/CMakeLists.txt 2019/09/09 17:19:51 1.36 @@ -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)