CMakeLists.txt 101 B

123
  1. if(WIN32 AND HLSL_BUILD_DXILCONV)
  2. add_subdirectory(dxilconv)
  3. endif (WIN32 AND HLSL_BUILD_DXILCONV)