mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 20:04:27 +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)
|
||||
target_sources(
|
||||
${target_name}
|
||||
PUBLIC
|
||||
FILE_SET
|
||||
HEADERS
|
||||
BASE_DIRS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include
|
||||
FILES
|
||||
${ARG_HEADERS}
|
||||
${target_name} PUBLIC FILE_SET HEADERS BASE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/include FILES ${ARG_HEADERS}
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user