diff --git a/ConanProfiles/clang b/ConanProfiles/clang index fcafdd6..372d0f3 100644 --- a/ConanProfiles/clang +++ b/ConanProfiles/clang @@ -29,4 +29,4 @@ tools.cmake.cmaketoolchain:generator=Ninja !cmake/*: cmake/[>=4.2] [options] -bin2cpp/*:build_tests=True \ No newline at end of file +bin2cpp/*:build_tests=True diff --git a/ConanProfiles/clangd b/ConanProfiles/clangd index 8eedbaf..9885de5 100644 --- a/ConanProfiles/clangd +++ b/ConanProfiles/clangd @@ -26,4 +26,4 @@ tools.build:compiler_executables={"c": "clang", "cpp": "clang++"} !cmake/*: cmake/[>=4.2] [options] -bin2cpp/*:build_tests=True \ No newline at end of file +bin2cpp/*:build_tests=True diff --git a/ConanProfiles/clangd_asan b/ConanProfiles/clangd_asan index a975412..9cf8200 100644 --- a/ConanProfiles/clangd_asan +++ b/ConanProfiles/clangd_asan @@ -30,4 +30,4 @@ tools.build:compiler_executables={"c": "clang", "cpp": "clang++"} [options] bin2cpp/*:asan=True -bin2cpp/*:build_tests=True \ No newline at end of file +bin2cpp/*:build_tests=True diff --git a/ConanProfiles/msvc b/ConanProfiles/msvc index e9c63d6..abbaeed 100644 --- a/ConanProfiles/msvc +++ b/ConanProfiles/msvc @@ -21,4 +21,4 @@ tools.build:cxxflags=["/Zc:preprocessor", "/permissive-", "/Zc:__cplusplus", "/Z !cmake/*: cmake/[>=4.2] [options] -bin2cpp/*:build_tests=True \ No newline at end of file +bin2cpp/*:build_tests=True