--- ray/src/util/CMakeLists.txt 2019/07/18 18:51:56 1.30 +++ ray/src/util/CMakeLists.txt 2019/07/26 00:34:07 1.33 @@ -70,6 +70,12 @@ target_link_libraries(radcompare rtrad) add_executable(rcode_depth rcode_depth.c depthcodec.c) target_link_libraries(rcode_depth rtrad) +add_executable(rcode_norm rcode_norm.c normcodec.c) +target_link_libraries(rcode_norm rtrad) + +add executable(rcode_ident rcode_ident.c idmap.c) +target_link_libraries(rcode_ident rtrad) + if(X11_FOUND) add_executable(xglaresrc xglaresrc.c @@ -184,6 +190,7 @@ else() objpict.pl objview.pl raddepend.csh + rcode2bmp.pl rlux.csh rtpict.pl trad.wsh