From 5aeb2f51a52c44187d02219ff7a8c92074f23b99 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Thu, 23 Mar 2023 12:51:42 -0500 Subject: [PATCH] chore(build): tidy cmake files --- storm/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/storm/CMakeLists.txt b/storm/CMakeLists.txt index c6f429a..7b39cd9 100644 --- a/storm/CMakeLists.txt +++ b/storm/CMakeLists.txt @@ -5,19 +5,19 @@ file(GLOB STORM_SOURCES "*.cpp" "big/*.cpp" "crypto/*.cpp" + "error/*.cpp" "hash/*.cpp" "queue/*.cpp" "string/*.cpp" "thread/*.cpp" - "error/*.cpp" ) if(WHOA_SYSTEM_WIN) file(GLOB STORM_WIN_SOURCES "win/*.cpp" - "thread/win/*.cpp" "error/win/*.cpp" - ) + "thread/win/*.cpp" + ) list(APPEND STORM_SOURCES ${STORM_WIN_SOURCES}) endif()