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