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 @@ -444,7 +444,7 @@ if(BUILD_TOOLS AND BUILD_DX11 AND WIN32)
444
444
${COMPILED_SHADERS} /Texenvmap_VSBasic.inc)
445
445
target_compile_features (texenvmap PRIVATE cxx_std_17)
446
446
target_include_directories (texenvmap PRIVATE ${COMPILED_SHADERS} )
447
- target_link_libraries (texenvmap ${PROJECT_NAME} ole32.lib version .lib)
447
+ target_link_libraries (texenvmap PRIVATE ${PROJECT_NAME} ole32.lib version .lib)
448
448
source_group (texenvmap REGULAR_EXPRESSION Texenvmap/*.*)
449
449
list (APPEND TOOL_EXES texenvmap)
450
450
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