Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
David Cazier
CGoGN
Commits
09c009b7
Commit
09c009b7
authored
Dec 02, 2011
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deplacement gzstream dans Utils
parent
3b37d512
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
14 deletions
+1
-14
ThirdParty/gzstream/CMakeLists.txt
ThirdParty/gzstream/CMakeLists.txt
+0
-13
include/Utils/gzstream.h
include/Utils/gzstream.h
+0
-0
src/Utils/gzstream.cpp
src/Utils/gzstream.cpp
+1
-1
No files found.
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
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