mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
Create VERSION.txt and update CMakeLists.txt to read version from file
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
886b5e501a
commit
4e51949669
1611 changed files with 283331 additions and 1 deletions
|
@ -0,0 +1,6 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The update step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command=
|
||||
work_dir=
|
|
@ -0,0 +1,9 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The download step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
method=source_dir
|
||||
command=
|
||||
source_dir=/home/runner/work/z3/z3/examples/c
|
||||
work_dir=
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The patch step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command (connected)=
|
||||
command (disconnected)=
|
||||
work_dir=
|
|
@ -0,0 +1 @@
|
|||
cmd='/usr/local/bin/cmake;-DZ3_DIR=/home/runner/work/z3/z3/test-cmake;-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo;-GUnix Makefiles;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
|
@ -0,0 +1,27 @@
|
|||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
|
||||
|
||||
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
|
||||
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
|
||||
# would cause a fatal error, even though it would be a no-op.
|
||||
if(NOT EXISTS "/home/runner/work/z3/z3/examples/c")
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/examples/c")
|
||||
endif()
|
||||
file(MAKE_DIRECTORY
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_example_build_dir"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/tmp"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue