mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-15 21:05:37 +00:00
[host] link resource directly to exe
This commit is contained in:
parent
aa41e4d2ce
commit
a4f5ce08b9
1 changed files with 4 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue