--- ray/src/cv/CMakeLists.txt 2020/08/19 04:33:20 1.17 +++ ray/src/cv/CMakeLists.txt 2021/12/14 02:33:18 1.20 @@ -60,6 +60,9 @@ target_link_libraries(bsdf2klems rtrad) add_executable(pkgBSDF pkgBSDF.c trans.c) target_link_libraries(pkgBSDF rtrad) +add_executable(checkBSDF checkBSDF.c) +target_link_libraries(checkBSDF rtrad) + add_executable(epw2wea epw2wea.c) include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../meta) @@ -69,7 +72,9 @@ target_link_libraries(mgf2meta mgf meta rtrad) install(TARGETS 3ds2mgf bsdf2klems + bsdf2rad bsdf2ttree + checkBSDF epw2wea ies2rad lampcolor @@ -81,6 +86,7 @@ install(TARGETS obj2rad pkgBSDF rad2mgf + robjutil tmesh2rad RUNTIME DESTINATION "bin" )