mirror of
https://github.com/koloideal/SortLab.git
synced 2026-06-10 10:25:30 +03:00
installer
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ set(SORTLAB_SOURCES
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
add_executable(SortLab ${SORTLAB_SOURCES} assets/app.rc)
|
||||
add_executable(SortLab WIN32 ${SORTLAB_SOURCES} assets/app.rc)
|
||||
else()
|
||||
add_executable(SortLab ${SORTLAB_SOURCES})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user