diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index 230488b..f37b50e 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -1,6 +1,6 @@ include_directories("${PROJECT_SOURCE_DIR}") file(GLOB SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/loguru.cpp" - "${CMAKE_CURRENT_SOURCE_DIR}/loguru.hpp") + "${CMAKE_CURRENT_SOURCE_DIR}/loguru.hpp") -add_library(loguru OBJECT ${SOURCES}) \ No newline at end of file +add_library(loguru OBJECT ${SOURCES})