mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 02:49:31 -06:00
For the static build is always used inline constants. For the shared build is used extern constants by default and this default can be overridden by a new cmake option INLINE_CONSTANTS. - renamed project folder tests/utils to tests/TinyUtils - bugfix missed INTERFACE TINYUTILS_LINKING_SHARED in TinyUtils target - renamed export macro defines for TinyUtils from UTILS_ to TINYUTILS_ - renamed utils_global.hpp to export.hpp in TinyUtils - added WINVER macro - updated NTDDI_WINNT and similar macros - removed TINYORM_LINKING_SHARED from TinyTestCommon.cmake, it is in the INTERFACE from TinyOrm target
3 lines
51 B
CMake
3 lines
51 B
CMake
add_subdirectory(auto)
|
|
add_subdirectory(TinyUtils)
|