Fixed imgui install path
Egor Yusov
3 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
ThirdParty/CMakeLists.txt
less
more
36
36
imgui/imstb_textedit.h
37
37
imgui/imstb_truetype.h
38
38
DESTINATION
39
"headers/${THIRD_PARTY_DIR}/imgui"
39
"headers/${DILIGENT_TOOLS_DIR}/ThirdParty/imgui"
40
40
)
41
41
endif()