File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ if(BUILD_TOOLS AND BUILD_DX11 AND WIN32)
446
446
${COMPILED_SHADERS} /Texenvmap_VSBasic.inc)
447
447
target_compile_features (texenvmap PRIVATE cxx_std_17)
448
448
target_include_directories (texenvmap PRIVATE ${COMPILED_SHADERS} )
449
- target_link_libraries (texenvmap ${PROJECT_NAME} ole32.lib version .lib)
449
+ target_link_libraries (texenvmap PRIVATE ${PROJECT_NAME} ole32.lib version .lib)
450
450
source_group (texenvmap REGULAR_EXPRESSION Texenvmap/*.*)
451
451
list (APPEND TOOL_EXES texenvmap)
452
452
endif ()
Original file line number Diff line number Diff line change 1
1
//--------------------------------------------------------------------------------------
2
- // File: Texenvmap.fx
2
+ // File: Texenvmap.hlsl
3
3
//
4
4
// DirectX Texture environment map tool shaders
5
5
//
You can’t perform that action at this time.
0 commit comments