--- ray/src/hd/CMakeLists.txt 2011/10/26 16:48:01 1.2 +++ ray/src/hd/CMakeLists.txt 2011/10/28 20:46:47 1.3 @@ -16,6 +16,9 @@ target_link_libraries(rhcopy rtrad) add_executable(rhinfo rhinfo.c holo.c holofile.c) target_link_libraries(rhinfo rtrad) if(NOT WIN32) + set(VERSION_FILE "${radiance_BINARY_DIR}/src/hd/Version.c") + create_version_file("${VERSION_FILE}") + add_executable(rholo rholo.c rholo2.c rholo2l.c rholo3.c rholo4.c holo.c holofile.c viewbeams.c ${VERSION_FILE}) target_link_libraries(rholo rtrad)