+ cpack configuration in order to generate packaging files, to make it easier use the script package_deb and package_rpm
This commit is contained in:
parent
9632d429dc
commit
7159f8e5c4
20 changed files with 1155 additions and 1689 deletions
7
eo/build_gcc_linux_debug
Executable file
7
eo/build_gcc_linux_debug
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
mkdir debug
|
||||
cd debug
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
make
|
||||
cd ..
|
||||
Reference in a new issue