https://github.com/Kitware/CMake
Revision 8f86407cfd4331dc1f2eb67f4f179ed8fe9dea06 authored by Bill Hoffman on 19 June 2015, 20:12:43 UTC, committed by Brad King on 06 July 2015, 15:11:02 UTC
Create target property WINDOWS_EXPORT_ALL_SYMBOLS to automatically
generate a module definition file from MS-compatible .obj files and give
it to the linker in order to export all symbols from the .dll part of a
SHARED library.
1 parent 069aa93
Raw File
Tip revision: 8f86407cfd4331dc1f2eb67f4f179ed8fe9dea06 authored by Bill Hoffman on 19 June 2015, 20:12:43 UTC
Windows: Optionally generate DLL module definition files automatically
Tip revision: 8f86407
.hooks-config.bash
#=============================================================================
# CMake - Cross Platform Makefile Generator
# Copyright 2000-2011 Kitware, Inc., Insight Software Consortium
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

hooks_chain_pre_commit="Utilities/Git/pre-commit"
hooks_chain_commit_msg="Utilities/Git/commit-msg"
hooks_chain_prepare_commit_msg="Utilities/Git/prepare-commit-msg"
back to top