mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
added a debug line without WIN32 marker.
This commit is contained in:
parent
bacc70a299
commit
f7fd9928b7
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ if(NOT BUILD_OWNCLOUD_OSX_BUNDLE)
|
||||||
install(FILES ${mirall_I18N} DESTINATION share/mirall/i18n)
|
install(FILES ${mirall_I18N} DESTINATION share/mirall/i18n)
|
||||||
|
|
||||||
# we may not add MACOSX_BUNDLE here, if not building one
|
# we may not add MACOSX_BUNDLE here, if not building one
|
||||||
|
|
||||||
|
# add_executable(owncloud main.cpp ${final_src})
|
||||||
add_executable(owncloud WIN32 main.cpp ${final_src})
|
add_executable(owncloud WIN32 main.cpp ${final_src})
|
||||||
set_target_properties( owncloud PROPERTIES COMPILE_DEFINITIONS OWNCLOUD_CLIENT)
|
set_target_properties( owncloud PROPERTIES COMPILE_DEFINITIONS OWNCLOUD_CLIENT)
|
||||||
# add_executable(owncloud main.cpp ${final_src})
|
# add_executable(owncloud main.cpp ${final_src})
|
||||||
|
|
Loading…
Reference in a new issue