[cmake] make build_lexicon_filter part of DocTargets only

This commit is contained in:
David Adam 2018-01-14 21:14:04 +08:00
parent 088fc6003b
commit 8eb0608b00
3 changed files with 2 additions and 3 deletions

View file

@ -102,5 +102,5 @@ ADD_CUSTOM_COMMAND(OUTPUT share/man/
ADD_CUSTOM_TARGET(BUILD_MANUALS ALL DEPENDS share/man/)
# Group docs targets into a DocsTargets folder
SET_PROPERTY(TARGET doc BUILD_MANUALS
SET_PROPERTY(TARGET doc BUILD_MANUALS build_lexicon_filter
PROPERTY FOLDER cmake/DocTargets)

View file

@ -184,7 +184,6 @@ INSTALL(FILES share/lynx.lss DESTINATION ${rel_datadir}/fish/)
SET_PROPERTY(TARGET build_fish_pc CHECK-FISH-BUILD-VERSION-FILE
test_invocation test_fishscript
test_prep tests_buildroot_target
build_lexicon_filter
PROPERTY FOLDER cmake/InstallTargets)
# Make a target build_root that installs into the buildroot directory, for testing.

View file

@ -115,6 +115,6 @@ ADD_DEPENDENCIES(test test_high_level)
# Group test targets into a TestTargets folder
SET_PROPERTY(TARGET test test_low_level test_high_level tests_dir
test_invocation test_fishscript test_prep
tests_buildroot_target build_lexicon_filter
tests_buildroot_target
symlink_functions
PROPERTY FOLDER cmake/TestTargets)