Tests: Build testUVProcessChainHelper with WIN32_LEAN_AND_MEAN

This commit is contained in:
Kyle Edwards
2023-09-26 15:11:40 -04:00
committed by Brad King
parent 2043b0d7f0
commit 93e471f371

View File

@@ -53,6 +53,7 @@ endif()
add_executable(testUVProcessChainHelper testUVProcessChainHelper.cxx)
target_link_libraries(testUVProcessChainHelper CMakeLib)
target_compile_definitions(testUVProcessChainHelper PRIVATE WIN32_LEAN_AND_MEAN)
set(testRST_ARGS ${CMAKE_CURRENT_SOURCE_DIR})
set(testUVProcessChain_ARGS $<TARGET_FILE:testUVProcessChainHelper>)