mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
style: AddMPUnitsModule
reformatted with cmake-format
This commit is contained in:
@@ -68,14 +68,7 @@ function(add_mp_units_module name target_name)
|
|||||||
|
|
||||||
if(ARG_HEADERS)
|
if(ARG_HEADERS)
|
||||||
target_sources(
|
target_sources(
|
||||||
${target_name}
|
${target_name} PUBLIC FILE_SET HEADERS BASE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/include FILES ${ARG_HEADERS}
|
||||||
PUBLIC
|
|
||||||
FILE_SET
|
|
||||||
HEADERS
|
|
||||||
BASE_DIRS
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/include
|
|
||||||
FILES
|
|
||||||
${ARG_HEADERS}
|
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user