Added copyright.

This commit is contained in:
XMRig 2020-10-13 23:27:47 +07:00
parent 9fcc542676
commit 62eb66486d
No known key found for this signature in database
GPG key ID: 446A53638BE94409
3 changed files with 47 additions and 4 deletions

View file

@ -127,12 +127,10 @@ elseif (APPLE)
)
else()
set(SOURCES_OS
src/base/io/Async.cpp
src/base/io/json/Json_unix.cpp
src/base/kernel/Platform_unix.cpp
)
list(APPEND SOURCES_BASE
src/base/io/Async.cpp
)
endif()