Add a win32 debug line to CMakeLists

This commit is contained in:
Klaas Freitag 2012-04-23 10:58:15 +02:00
parent 8e1ee5c19f
commit 31b636a423

View file

@ -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 )