Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hurstel
CGoGN
Commits
09c009b7
Commit
09c009b7
authored
Dec 02, 2011
by
Sylvain Thery
Browse files
deplacement gzstream dans Utils
parent
3b37d512
Changes
3
Hide whitespace changes
Inline
Side-by-side
ThirdParty/gzstream/CMakeLists.txt
deleted
100644 → 0
View file @
3b37d512
cmake_minimum_required
(
VERSION 2.6
)
project
(
gzstream
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
file
(
GLOB_RECURSE
source_files
${
CMAKE_CURRENT_SOURCE_DIR
}
/*.cpp
)
add_library
(
gzstream
${
source_files
}
)
ThirdParty/gzstream
/gzstream.h
→
include/Utils
/gzstream.h
View file @
09c009b7
File moved
ThirdParty/gzstream
/gzstream.cpp
→
src/Utils
/gzstream.cpp
View file @
09c009b7
...
...
@@ -27,7 +27,7 @@
// ============================================================================
#include
"gzstream.h"
#include
"
Utils/
gzstream.h"
#include
<iostream>
#include
<string.h>
// for memcpy
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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