Skip to content

Commit

Permalink
untabify CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Głowacki committed Apr 30, 2020
1 parent 0b38d33 commit 6c37441
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ add_library(${PROJECT_NAME} INTERFACE)
target_include_directories(${PROJECT_NAME} INTERFACE "include/")

target_sources(${PROJECT_NAME} INTERFACE
"include/NamedType/crtp.hpp"
"include/NamedType/named_type.hpp"
"include/NamedType/named_type_impl.hpp"
"include/NamedType/underlying_functionalities.hpp"
"include/NamedType/crtp.hpp"
"include/NamedType/named_type.hpp"
"include/NamedType/named_type_impl.hpp"
"include/NamedType/underlying_functionalities.hpp"
)

set(ENABLE_TEST ON CACHE BOOL "Enable test")

if (ENABLE_TEST)
add_subdirectory(test)
add_subdirectory(test)
endif()

0 comments on commit 6c37441

Please sign in to comment.