Files
OpenSTA/util/StaConfig.hh.cmake
T

12 lines
190 B
CMake
Raw Normal View History

2025-10-07 12:12:54 -04:00
#pragma once
2019-02-16 12:07:59 -08:00
#define STA_VERSION "${STA_VERSION}"
2019-07-07 09:58:47 -07:00
#define STA_GIT_SHA1 "${STA_GIT_SHA1}"
2020-04-04 16:12:41 -07:00
#cmakedefine ZLIB_FOUND
2019-02-16 12:07:59 -08:00
2026-03-24 12:22:20 -07:00
#cmakedefine01 HAVE_CXX_STD_FORMAT
2022-10-24 09:18:01 -07:00
#define TCL_READLINE ${TCL_READLINE}