[host] link resource directly to exe

This commit is contained in:
arcnmx
2021-07-04 21:46:11 -07:00
committed by Geoffrey McRae
parent aa41e4d2ce
commit a4f5ce08b9

View File

@@ -66,7 +66,10 @@ add_subdirectory("${PROJECT_TOP}/repos/LGMP/lgmp" "${CMAKE_BINARY_DIR}/lgmp" )
add_subdirectory(platform)
if(WIN32)
add_executable(looking-glass-host WIN32 ${SOURCES})
add_executable(looking-glass-host WIN32
platform/Windows/resource.rc
${SOURCES}
)
else()
add_executable(looking-glass-host ${SOURCES})
endif()