UI: Add windows exe icon

Adds an icon to the executable file so the executable no longer shows up
without an icon.
This commit is contained in:
jp9000
2015-04-04 15:35:15 -07:00
parent 167e781b5e
commit 2054161717
3 changed files with 3 additions and 1 deletions

View File

@@ -41,7 +41,8 @@ include_directories(SYSTEM "${CMAKE_SOURCE_DIR}/libobs")
if(WIN32)
set(obs_PLATFORM_SOURCES
platform-windows.cpp)
platform-windows.cpp
obs.rc)
elseif(APPLE)
set(obs_PLATFORM_SOURCES
platform-osx.mm)