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
IceT
IceT
Commits
aab67975
Commit
aab67975
authored
Jul 19, 2011
by
Kenneth Moreland
Browse files
Libraries, by default, should go to lib dir.
parent
ed022ffc
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
aab67975
...
...
@@ -15,7 +15,7 @@ SET(ICET_PATCH_VERSION 0)
SET
(
ICET_VERSION
"
${
ICET_MAJOR_VERSION
}
.
${
ICET_MINOR_VERSION
}
.
${
ICET_PATCH_VERSION
}
"
)
# Set output paths.
SET
(
LIBRARY_OUTPUT_PATH
${
ICET_BINARY_DIR
}
/
bin
CACHE PATH
SET
(
LIBRARY_OUTPUT_PATH
${
ICET_BINARY_DIR
}
/
lib
CACHE PATH
"Output directory for building all libraries."
)
SET
(
EXECUTABLE_OUTPUT_PATH
${
ICET_BINARY_DIR
}
/bin CACHE PATH
"Output directory for building all executable."
)
...
...
Write
Preview
Markdown
is supported
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