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
29322f7a
Commit
29322f7a
authored
Jul 29, 2014
by
Mathis Rosenhauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename sz.dll to szip.dll on Windows in line with HDF5.
parent
3f9d62fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/CMakeLists.txt
src/CMakeLists.txt
+1
-0
No files found.
src/CMakeLists.txt
View file @
29322f7a
...
...
@@ -14,6 +14,7 @@ TARGET_LINK_LIBRARIES(sz aec)
IF
(
WIN32 AND BUILD_SHARED_LIBS
)
SET_TARGET_PROPERTIES
(
aec PROPERTIES DEFINE_SYMBOL
"AECDLL_EXPORTS"
)
SET_TARGET_PROPERTIES
(
sz PROPERTIES DEFINE_SYMBOL
"AECDLL_EXPORTS"
)
SET_TARGET_PROPERTIES
(
sz PROPERTIES OUTPUT_NAME
"szip"
)
ENDIF
(
WIN32 AND BUILD_SHARED_LIBS
)
ADD_EXECUTABLE
(
aec_client aec.c
)
...
...
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