17 lines
312 B
Prolog
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#不要擅自加上ordered如有依赖需要请用depends功能
TEMPLATE = subdirs
SUBDIRS += \
sys_file_sync_api \
sys_file_sync \
sys_startup \
sys_svn_file_sync_api \
sys_svn_file_sync
sys_file_sync.depends = sys_file_sync_api
sys_svn_file_sync.depends = sys_svn_file_sync_api