Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
libaec
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Mathis Rosenhauer
libaec
Commits
0059a060
Commit
0059a060
authored
Jul 25, 2014
by
Mathis Rosenhauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Windows install fixes.
parent
6e67b01c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
CMakeLists.txt
CMakeLists.txt
+2
-5
src/CMakeLists.txt
src/CMakeLists.txt
+1
-2
No files found.
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