aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/wrappers/simple/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAge
* fix CMake filesEgor Tensin2019-12-09
| | | | | | | | | It used to work, but since a few commits ago (with the introduction of cmake_minimum_required, I suspect), some libraries couldn't be found by the executables. It makes a lot of sense actually, since the service library is referenced in the headers, which are referenced in the utils.
* um: strip the 'lib' prefix from CMake targetsEgor Tensin2017-04-29
|
* um: reorganize projectsEgor Tensin2017-04-27
* libservice -> service * libsimple -> wrappers/simple * libnt_path_converter -> wrappers/special/nt_path_converter