aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-03-19 16:51:02 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2015-03-26 10:35:30 +0000
commit680dfc1e2fa755e08981d1e4ce523bff04f42384 (patch)
tree713bb698826b9ba5b7ee761baa31f4ab69cf2143 /cmake/modules
parent13c486c33f9d3a015aaf0e4ee0c99643575cd235 (diff)
CMake cleanup for VS solution
Add FOLDER properties to targets to tidy up the VS solution Change-Id: Ia42e0e89fb490cd3dcd33b7c5f59eb0a27b74c7a Reviewed-on: https://code.wireshark.org/review/7822 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/UseCheckAPI.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/UseCheckAPI.cmake b/cmake/modules/UseCheckAPI.cmake
index 02815a2192..334f5054a5 100644
--- a/cmake/modules/UseCheckAPI.cmake
+++ b/cmake/modules/UseCheckAPI.cmake
@@ -13,5 +13,5 @@ macro( CHECKAPI )
${CMAKE_SOURCE_DIR}/tools/checkAPIs.pl
${_sources}
)
- set_target_properties(checkapi PROPERTIES FOLDER "Auxilary")
+ set_target_properties(checkapi PROPERTIES FOLDER "Auxiliary")
ENDMACRO()