Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DetectorSoftware
pcosdk
Commits
8a463feb
Commit
8a463feb
authored
May 21, 2019
by
Yuelong Yu
Browse files
increase version number and fixed the readme
parent
e967fdbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8a463feb
...
...
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0.2)
project
(
pcosdk
)
set
(
MAJOR_VERSION 0
)
set
(
MINOR_VERSION
2
)
set
(
MINOR_VERSION
3
)
set
(
LIBRARY_VERSION
"
${
MAJOR_VERSION
}
.
${
MINOR_VERSION
}
"
)
set
(
EXECUTABLE_OUTPUT_PATH
"
${
PROJECT_SOURCE_DIR
}
/bin"
)
...
...
README
View file @
8a463feb
...
...
@@ -11,7 +11,7 @@ The library is compiled with the following dependencies.
* Pco CLHS SDK 1.02.03
* SISO 5.6.0
*
Compilation
#
Compilation
```console
mkdir build
...
...
Write
Preview
Supports
Markdown
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