Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « platform_tests_support « platform - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0af0ba0c91175047ee369fbe8261aa7cf4ebad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
project(platform_tests_support)

set(
  SRC
  scoped_dir.cpp
  scoped_dir.hpp
  scoped_file.cpp
  scoped_file.hpp
  scoped_mwm.cpp
  scoped_mwm.hpp
  test_socket.cpp
  test_socket.hpp
  writable_dir_changer.cpp
  writable_dir_changer.hpp
)

add_library(${PROJECT_NAME} ${SRC})