1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-24 04:57:45 +00:00

Fix by bad spelling in the executable name for material editor

This commit is contained in:
Joshua Goins 2024-04-28 09:03:22 -04:00
parent c3d637c1a0
commit 5633e72f8b

View file

@ -29,7 +29,7 @@ install(TARGETS novus-mateditor ${KF${QT_MAJOR_VERSION}_INSTALL_TARGETS_DEFAULT_
if (WIN32) if (WIN32)
set_target_properties(novus-mateditor PROPERTIES set_target_properties(novus-mateditor PROPERTIES
WIN32_EXECUTABLE TRUE WIN32_EXECUTABLE TRUE
OUTPUT_NAME "MaterialEdtiro") OUTPUT_NAME "MaterialEditor")
install(FILES $<TARGET_RUNTIME_DLLS:novus-mateditor> DESTINATION ${CMAKE_INSTALL_BINDIR}) install(FILES $<TARGET_RUNTIME_DLLS:novus-mateditor> DESTINATION ${CMAKE_INSTALL_BINDIR})
endif() endif()