mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Add krazy target
This commit is contained in:
parent
6f7165f9f0
commit
b7b617ac28
1 changed files with 7 additions and 0 deletions
|
@ -179,3 +179,10 @@ install(TARGETS owncloud
|
|||
if(BUILD_OWNCLOUD_OSX_BUNDLE)
|
||||
install_qt4_executable(${OWNCLOUD_OSX_BUNDLE} "" "${OWNCLOUD_OSX_BUNDLE}/Contents/Plugins/csync_owncloud.so" ${dirs})
|
||||
endif()
|
||||
|
||||
# s/y k/y ALL k/ for building this target always
|
||||
add_custom_target( krazy ALL krazy2 --check-sets c++,qt4,foss
|
||||
${PROJECT_SOURCE_DIR}/src/mirall/*.ui
|
||||
${PROJECT_SOURCE_DIR}/src/mirall/*.h
|
||||
${PROJECT_SOURCE_DIR}/src/mirall/*.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue