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

CMakeLists.txt « qt_tstfrm - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef4f591accabab8ea0938d18722fd5b2be070bd4 (plain)
1
2
3
4
5
6
7
8
9
project(qt_tstfrm)

set(
  SRC
  test_main_loop.hpp
  test_main_loop.cpp
)

add_library(${PROJECT_NAME} ${SRC})