Removed non-primary build artifacts from config

Downstream projects should not depend on these.
This commit is contained in:
David G Yu 2022-09-14 17:15:23 -07:00
parent 04ff84bc35
commit 28e511af12
22 changed files with 23 additions and 23 deletions

View File

@ -68,4 +68,4 @@ target_link_libraries(dxPtexViewer
${PLATFORM_LIBRARIES}
)
install(TARGETS dxPtexViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS dxPtexViewer DESTINATION "${CMAKE_BINDIR_BASE}")

View File

@ -62,4 +62,4 @@ target_link_libraries(dxViewer
${PLATFORM_LIBRARIES}
)
install(TARGETS dxViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS dxViewer DESTINATION "${CMAKE_BINDIR_BASE}")

View File

@ -67,4 +67,4 @@ target_link_libraries(farViewer
${PLATFORM_LIBRARIES}
)
install(TARGETS farViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS farViewer DESTINATION "${CMAKE_BINDIR_BASE}")

View File

@ -61,4 +61,4 @@ target_link_libraries(glEvalLimit
${PLATFORM_LIBRARIES}
)
install(TARGETS glEvalLimit EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS glEvalLimit DESTINATION "${CMAKE_BINDIR_BASE}")

View File

@ -61,4 +61,4 @@ target_link_libraries(glFVarViewer
${PLATFORM_LIBRARIES}
)
install(TARGETS glFVarViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS glFVarViewer DESTINATION "${CMAKE_BINDIR_BASE}")

View File

@ -63,7 +63,7 @@ target_link_libraries(glImaging
${PLATFORM_LIBRARIES}
)
install(TARGETS glImaging EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS glImaging DESTINATION "${CMAKE_BINDIR_BASE}")
if (NOT NO_GLTESTS)
add_test(glImaging ${EXECUTABLE_OUTPUT_PATH}/glImaging -w test -l 3 -s 256 256 -a)

View File

@ -61,4 +61,4 @@ target_link_libraries(glPaintTest
${PLATFORM_LIBRARIES}
)
install(TARGETS glPaintTest EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS glPaintTest DESTINATION "${CMAKE_BINDIR_BASE}")

View File

@ -66,4 +66,4 @@ target_link_libraries(glPtexViewer
${PLATFORM_LIBRARIES}
)
install(TARGETS glPtexViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS glPtexViewer DESTINATION "${CMAKE_BINDIR_BASE}")

View File

@ -61,4 +61,4 @@ target_link_libraries(glShareTopology
${PLATFORM_LIBRARIES}
)
install(TARGETS glShareTopology EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS glShareTopology DESTINATION "${CMAKE_BINDIR_BASE}")

View File

@ -52,4 +52,4 @@ target_link_libraries(glStencilViewer
${PLATFORM_LIBRARIES}
)
install(TARGETS glStencilViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS glStencilViewer DESTINATION "${CMAKE_BINDIR_BASE}")

View File

@ -62,4 +62,4 @@ target_link_libraries(glViewer
${PLATFORM_LIBRARIES}
)
install(TARGETS glViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS glViewer DESTINATION "${CMAKE_BINDIR_BASE}")

View File

@ -117,4 +117,4 @@ target_link_libraries(mtlPtexViewer
)
install(TARGETS mtlPtexViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS mtlPtexViewer DESTINATION "${CMAKE_BINDIR_BASE}")

View File

@ -112,4 +112,4 @@ target_link_libraries(mtlViewer
${PLATFORM_LIBRARIES}
)
install(TARGETS mtlViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS mtlViewer DESTINATION "${CMAKE_BINDIR_BASE}")

View File

@ -32,5 +32,5 @@ if(NOT CMAKE_CROSSCOMPILING)
osd_add_executable(stringify "opensubdiv/tools"
main.cpp
)
install(TARGETS stringify EXPORT opensubdiv-targets DESTINATION ${CMAKE_BINDIR_BASE})
install(TARGETS stringify DESTINATION ${CMAKE_BINDIR_BASE})
endif()

View File

@ -42,7 +42,7 @@ osd_add_executable(far_perf "regression"
$<TARGET_OBJECTS:regression_common_obj>
)
install(TARGETS far_perf EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS far_perf DESTINATION "${CMAKE_BINDIR_BASE}")
add_test(far_perf ${EXECUTABLE_OUTPUT_PATH}/far_regression)

View File

@ -40,7 +40,7 @@ osd_add_executable(far_regression "regression"
$<TARGET_OBJECTS:regression_common_obj>
)
install(TARGETS far_regression EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS far_regression DESTINATION "${CMAKE_BINDIR_BASE}")
add_test(far_regression ${EXECUTABLE_OUTPUT_PATH}/far_regression)

View File

@ -49,5 +49,5 @@ osd_add_executable(hbr_baseline "regression"
$<TARGET_OBJECTS:regression_common_obj>
)
install(TARGETS hbr_baseline EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS hbr_regression EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS hbr_baseline DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS hbr_regression DESTINATION "${CMAKE_BINDIR_BASE}")

View File

@ -47,7 +47,7 @@ target_link_libraries(osd_regression
${PLATFORM_LIBRARIES}
)
install(TARGETS osd_regression EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}")
install(TARGETS osd_regression DESTINATION "${CMAKE_BINDIR_BASE}")
if (NOT NO_GLTESTS)
add_test(osd_regression ${EXECUTABLE_OUTPUT_PATH}/osd_regression)

View File

@ -30,5 +30,5 @@ osd_add_executable(hbr_tutorial_0 "tutorials/hbr"
${SOURCE_FILES}
)
install(TARGETS hbr_tutorial_0 EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}/tutorials")
install(TARGETS hbr_tutorial_0 DESTINATION "${CMAKE_BINDIR_BASE}/tutorials")

View File

@ -30,5 +30,5 @@ osd_add_executable(hbr_tutorial_1 "tutorials/hbr"
${SOURCE_FILES}
)
install(TARGETS hbr_tutorial_1 EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}/tutorials")
install(TARGETS hbr_tutorial_1 DESTINATION "${CMAKE_BINDIR_BASE}/tutorials")

View File

@ -30,5 +30,5 @@ osd_add_executable(hbr_tutorial_2 "tutorials/hbr"
${SOURCE_FILES}
)
install(TARGETS hbr_tutorial_2 EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}/tutorials")
install(TARGETS hbr_tutorial_2 DESTINATION "${CMAKE_BINDIR_BASE}/tutorials")

View File

@ -35,5 +35,5 @@ target_link_libraries(osd_tutorial_0
osd_static_cpu
)
install(TARGETS osd_tutorial_0 EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}/tutorials")
install(TARGETS osd_tutorial_0 DESTINATION "${CMAKE_BINDIR_BASE}/tutorials")