--- ray/src/util/CMakeLists.txt 2014/02/07 22:40:32 1.11 +++ ray/src/util/CMakeLists.txt 2014/02/07 23:11:58 1.12 @@ -1,7 +1,7 @@ set(VERSION_FILE "${radiance_BINARY_DIR}/src/util/Version.c") create_version_file("${VERSION_FILE}") -add_executable(dctimestep dctimestep.c cmbsdf.c) +add_executable(dctimestep dctimestep.c cmbsdf.c cmatrix.c) target_link_libraries(dctimestep rtrad) add_executable(findglare findglare.c glareval.c glaresrc.c setscan.c)