summaryrefslogtreecommitdiff
path: root/cmake/modules/FindASCIIDOC.cmake
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2016-03-19 23:36:22 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-03-20 14:03:12 +0000
commit92db934c7c4473ab97883c95b920b027f89f4b8d (patch)
treef64342704d80867b8d0ae8039c51eb6712d36bf0 /cmake/modules/FindASCIIDOC.cmake
parent9bcac48403de9aff6435d0f48028ae1f72f64528 (diff)
downloadwireshark-92db934c7c4473ab97883c95b920b027f89f4b8d.tar.gz
Fix CMake target FOLDER properties
Add FOLDER properties to targets to clean up the presentation in Visual Studio. Change-Id: I35a175175db055443572c58a069879061fdcf0a3 Reviewed-on: https://code.wireshark.org/review/14528 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'cmake/modules/FindASCIIDOC.cmake')
-rw-r--r--cmake/modules/FindASCIIDOC.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindASCIIDOC.cmake b/cmake/modules/FindASCIIDOC.cmake
index ae3a474d3c..60b2b17913 100644
--- a/cmake/modules/FindASCIIDOC.cmake
+++ b/cmake/modules/FindASCIIDOC.cmake
@@ -108,6 +108,7 @@ MACRO( ASCIIDOC2DOCBOOK _asciidocsource _conf_files _src_files _built_deps )
${${_built_deps}}
)
add_custom_target(generate_${_output_xml} DEPENDS ${_output_xml})
+ set_target_properties(generate_${_output_xml} PROPERTIES FOLDER "Docbook")
unset(_src_deps)
unset(_conf_deps)
unset(_conf_opts_list)