Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
0059a060
Commit
0059a060
authored
Jul 25, 2014
by
Mathis Rosenhauer
Browse files
Windows install fixes.
parent
6e67b01c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0059a060
...
...
@@ -40,8 +40,5 @@ INCLUDE_DIRECTORIES("${PROJECT_BINARY_DIR}/src")
INCLUDE_DIRECTORIES
(
"
${
PROJECT_SOURCE_DIR
}
/src"
)
ADD_SUBDIRECTORY
(
src
)
IF
(
WIN32
)
ADD_SUBDIRECTORY
(
tests
)
ELSE
(
WIN32
)
ADD_SUBDIRECTORY
(
tests EXCLUDE_FROM_ALL
)
ENDIF
(
WIN32
)
# EXCLUDE_FROM_ALL doesn't seem to be working in VS
ADD_SUBDIRECTORY
(
tests
)
src/CMakeLists.txt
View file @
0059a060
...
...
@@ -25,9 +25,8 @@ IF(UNIX)
ENDIF
(
UNIX
)
INSTALL
(
FILES libaec.h szlib.h DESTINATION include
)
INSTALL
(
TARGETS aec sz
INSTALL
(
TARGETS aec sz
aec_client
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
INSTALL
(
PROGRAMS
${
CMAKE_CURRENT_BINARY_DIR
}
/aec DESTINATION bin
)
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