mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 20:04:27 +02:00
feat: 💥 core.h
removed
This commit is contained in:
@@ -79,7 +79,6 @@ add_mp_units_module(
|
|||||||
include/mp-units/framework/value_cast.h
|
include/mp-units/framework/value_cast.h
|
||||||
include/mp-units/compat_macros.h
|
include/mp-units/compat_macros.h
|
||||||
include/mp-units/concepts.h
|
include/mp-units/concepts.h
|
||||||
include/mp-units/core.h
|
|
||||||
include/mp-units/format.h
|
include/mp-units/format.h
|
||||||
include/mp-units/framework.h
|
include/mp-units/framework.h
|
||||||
include/mp-units/math.h
|
include/mp-units/math.h
|
||||||
@@ -119,3 +118,5 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
|||||||
/utf-8 # Specifies both the source character set and the execution character set as UTF-8
|
/utf-8 # Specifies both the source character set and the execution character set as UTF-8
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# target_compile_options(mp-units-core ${${projectPrefix}TARGET_SCOPE} "-ftime-trace")
|
||||||
|
@@ -6,4 +6,10 @@ export module mp_units.core;
|
|||||||
|
|
||||||
#define MP_UNITS_IN_MODULE_INTERFACE
|
#define MP_UNITS_IN_MODULE_INTERFACE
|
||||||
|
|
||||||
#include <mp-units/core.h>
|
#include <mp-units/compat_macros.h>
|
||||||
|
#include <mp-units/concepts.h>
|
||||||
|
#include <mp-units/format.h>
|
||||||
|
#include <mp-units/framework.h>
|
||||||
|
#include <mp-units/math.h>
|
||||||
|
#include <mp-units/ostream.h>
|
||||||
|
#include <mp-units/random.h>
|
||||||
|
Reference in New Issue
Block a user