diff --git a/CMakeLists.txt b/CMakeLists.txt index a46443d..39a0f44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ add_library(argparse::argparse ALIAS argparse) target_compile_features(argparse INTERFACE cxx_std_17) target_include_directories(argparse INTERFACE $ - $/include) + $/include) if(ARGPARSE_BUILD_TESTS) add_subdirectory(test) @@ -21,4 +21,4 @@ install(EXPORT argparseConfig NAMESPACE argparse:: DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/argparse) install(FILES ${CMAKE_CURRENT_LIST_DIR}/include/argparse.hpp - DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/argparse) \ No newline at end of file + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/argparse)