summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/Utils/CMakeLists.txt
blob: dca9f3d2d2ce42aad24239a2d3ea5a96be5dd12f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_directories (
  ./include
  ../../thirdPartyLibs/logger/include/
  ../../thirdPartyLibs/logger/log4cplus-1.1.0/include/
  ${CMAKE_BINARY_DIR}/src/thirdPartyLibs/logger/log4cplus-1.1.0/include
)

set (SOURCES
    ./src/WorkWithOS.cpp
)

add_library("Utils" ${SOURCES})