Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F376109
rosa_config.h.cmake
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
1 KB
Referenced Files
None
Subscribers
None
rosa_config.h.cmake
View Options
//===--
rosa/config/rosa_config.h
-------------------------------*-
C++
-*-===//
//
//
The
RoSA
Framework
//
//
Distributed
under
the
terms
and
conditions
of
the
Boost
Software
License
1.0.
//
See
accompanying
file
LICENSE.
//
//
If
you
did
not
receive
a
copy
of
the
license
file,
see
//
http://www.boost.org/LICENSE_1_0.txt.
//
//===----------------------------------------------------------------------===//
//
//
The
file
enumerates
variables
from
the
RoSA
configurations
so
that
they
can
//
be
in
exported
headers.
//
//===----------------------------------------------------------------------===//
#ifndef ROSA_CONFIG_ROSA_CONFIG_H
#define ROSA_CONFIG_ROSA_CONFIG_H
//
clang-format
off
#define CMAKE_SYSTEM "${CMAKE_SYSTEM}"
#define CMAKE_GENERATOR "${CMAKE_GENERATOR}"
#define CMAKE_C_COMPILER_ID "${CMAKE_C_COMPILER_ID}"
#define CMAKE_C_COMPILER_VERSION "${CMAKE_C_COMPILER_VERSION}"
#define CMAKE_CXX_COMPILER_ID "${CMAKE_CXX_COMPILER_ID}"
#define CMAKE_CXX_COMPILER_VERSION "${CMAKE_CXX_COMPILER_VERSION}"
#define ROSA_VERSION_MAJOR ${ROSA_VERSION_MAJOR}
#define ROSA_VERSION_MINOR ${ROSA_VERSION_MINOR}
#define ROSA_VERSION_PATCH ${ROSA_VERSION_PATCH}
#define PACKAGE_NAME "${PACKAGE_NAME}"
#define PACKAGE_STRING "${PACKAGE_STRING}"
#define PACKAGE_VERSION "${PACKAGE_VERSION}"
#define PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
#define BUILD_DATE __DATE__ " " __TIME__
#define ROSA_SRC_DIR "${ROSA_MAIN_SRC_DIR}"
#if ${ROSA_LOG_LEVEL_INT} != -1
#define ROSA_LOG_LEVEL ${ROSA_LOG_LEVEL}
#endif
#if ${ROSA_ENABLE_ASSERTIONS_INT} != -1
#define ROSA_ENABLE_ASSERTIONS
#endif
//
clang-format
on
#endif // ROSA_CONFIG_ROSA_CONFIG_H
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, Jun 8, 6:55 PM (21 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
150390
Default Alt Text
rosa_config.h.cmake (1 KB)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment