mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Add a win32 debug line to CMakeLists
This commit is contained in:
parent
8e1ee5c19f
commit
31b636a423
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ if(NOT BUILD_OWNCLOUD_OSX_BUNDLE)
|
|||
|
||||
# we may not add MACOSX_BUNDLE here, if not building one
|
||||
add_executable(owncloud WIN32 main.cpp ${final_src})
|
||||
# add_executable(owncloud main.cpp ${final_src})
|
||||
|
||||
# mirall is not built for the bundle
|
||||
add_executable( mirall WIN32 main.cpp )
|
||||
|
|
Loading…
Reference in a new issue