style: CMake file formatting fixed

This commit is contained in:
Mateusz Pusz
2024-01-06 08:51:01 +01:00
parent 4c75d467ed
commit 4223f813cd

View File

@@ -28,10 +28,10 @@ if(NOT TARGET gsl::gsl-lite)
endif()
if(${projectPrefix}BUILD_CXX_MODULES)
add_library(example_utils INTERFACE)
target_compile_definitions(example_utils INTERFACE ${projectPrefix}MODULES)
target_include_directories(example_utils INTERFACE include)
target_link_libraries(example_utils INTERFACE gsl::gsl-lite)
add_library(example_utils INTERFACE)
target_compile_definitions(example_utils INTERFACE ${projectPrefix}MODULES)
target_include_directories(example_utils INTERFACE include)
target_link_libraries(example_utils INTERFACE gsl::gsl-lite)
endif()
add_library(example_utils-headers INTERFACE)