mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 04:05:13 +00:00
Configure script added.
This commit is contained in:
parent
f7f41ffa68
commit
ce87968bbc
1 changed files with 8 additions and 0 deletions
8
configure
vendored
Executable file
8
configure
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -rf CMakeFiles
|
||||
rm -f CMakeCache.txt
|
||||
rm -f Makefile
|
||||
rm -f cmake_install.cmake
|
||||
|
||||
cmake .
|
||||
Loading…
Add table
Reference in a new issue