Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
f2a67f59
Commit
f2a67f59
authored
Dec 28, 2005
by
Andy Cedilnik
Browse files
ENH: First cut at enabling tar
parent
cbc6fee1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f2a67f59
...
...
@@ -83,6 +83,12 @@ SUBDIRS(Utilities/cmcurl)
SET
(
CMAKE_CURL_INCLUDES
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Utilities"
)
SET
(
CMAKE_CURL_LIBRARIES
"cmcurl"
)
#-----------------------------------------------------------------------------
# Build Curl library for CTest.
SUBDIRS
(
Utilities/cmtar
)
SET
(
CMAKE_TAR_INCLUDES
"
${
CMAKE_CURRENT_BINARY_DIR
}
/Utilities"
)
SET
(
CMAKE_TAR_LIBRARIES
"cmtar"
)
#-----------------------------------------------------------------------------
# Build expat library for CMake and CTest.
SUBDIRS
(
Utilities/cmexpat
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment