Updated .gitignore again
This commit is contained in:
parent
08a34381be
commit
52e4f002bb
4
.gitignore
vendored
4
.gitignore
vendored
@ -56,3 +56,7 @@ test_*.txt
|
|||||||
*.asc
|
*.asc
|
||||||
*.tar.xz
|
*.tar.xz
|
||||||
*.zip
|
*.zip
|
||||||
|
|
||||||
|
.idea/
|
||||||
|
cmake-build-*/
|
||||||
|
out/
|
@ -1,7 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.6)
|
cmake_minimum_required(VERSION 3.6)
|
||||||
project(libtommath)
|
project(libtommath)
|
||||||
|
|
||||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -shared")
|
|
||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
|
|
||||||
set(SOURCE_FILES
|
set(SOURCE_FILES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user