--- ray/src/util/CMakeLists.txt 2019/07/19 02:18:44 1.31 +++ ray/src/util/CMakeLists.txt 2019/07/26 00:34:07 1.33 @@ -73,6 +73,9 @@ 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 @@ -187,6 +190,7 @@ else() objpict.pl objview.pl raddepend.csh + rcode2bmp.pl rlux.csh rtpict.pl trad.wsh