cmake: use rc resource file on windows

This commit is contained in:
itsmattkc
2020-02-25 13:18:16 +11:00
parent fcb8e934c4
commit 5404fa628d
+7
View File
@@ -48,6 +48,13 @@ if(APPLE)
set(OLIVE_TARGET "Olive")
endif()
if (WIN32)
set(OLIVE_RESOURCES
${OLIVE_RESOURCES}
packaging/windows/resources.rc
)
endif()
add_executable(${OLIVE_TARGET}
${OLIVE_SOURCES}
${OLIVE_RESOURCES}