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: 02c0fd7c006506c5e7d06a7c2fc5b360d56bc4d3 (plain)
1
2
3
4
5
6
7
8
9
project(qt_tstfrm)

set(
  SRC
  test_main_loop.hpp
  test_main_loop.cpp
)

omim_add_library(${PROJECT_NAME} ${SRC})