Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/shared/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ set (shared_SRCS
ThreadSpecificPtr.cpp
Timer.h
Util.h
WheatyExceptionReport.h
Config/Config.h
Config/ConfigEnv.h
Crypto/BigNumber.h
Expand Down Expand Up @@ -91,7 +90,6 @@ set (shared_SRCS
ThreadPool.cpp
Util.cpp
Duration.h
WheatyExceptionReport.cpp
Auth/AuthCrypt.h
Auth/AuthCrypt.cpp
Config/Config.cpp
Expand Down Expand Up @@ -185,17 +183,8 @@ if(WIN32) # For window build: Exclude Unix/MacOS files
IO/Filesystem/impl/unix/FileSystem.cpp
IO/Filesystem/impl/unix/FileHandle.cpp
)

if (NOT MSVC)
list(REMOVE_ITEM shared_SRCS
WheatyExceptionReport.cpp
WheatyExceptionReport.h
)
endif()
else()
list(REMOVE_ITEM shared_SRCS
WheatyExceptionReport.cpp
WheatyExceptionReport.h
ServiceWin32.cpp
ServiceWin32.h
revision.h
Expand Down
Loading