| # | Line 16 | Line 16 | target_link_libraries(rhcopy rtrad) | |
|---|---|---|
| 16 | add_executable(rhinfo rhinfo.c holo.c holofile.c) | |
| 17 | target_link_libraries(rhinfo rtrad) | |
| 18 | if(NOT WIN32) | |
| 19 | + | set(VERSION_FILE "${radiance_BINARY_DIR}/src/hd/Version.c") |
| 20 | + | create_version_file("${VERSION_FILE}") |
| 21 | + | |
| 22 | add_executable(rholo rholo.c rholo2.c rholo2l.c rholo3.c rholo4.c holo.c | |
| 23 | holofile.c viewbeams.c ${VERSION_FILE}) | |
| 24 | target_link_libraries(rholo rtrad) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |