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: ea515840803d37ad87694cf283b80b98a5dca796 (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
)

omim_add_library(${PROJECT_NAME} ${SRC})