aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/wrappers/special/nt_namespace/CMakeLists.txt (unfollow)
Commit message (Collapse)Author
2019-12-09fix CMake filesEgor Tensin
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.
2017-04-29um: strip the 'lib' prefix from CMake targetsEgor Tensin
2017-04-28nt_path_converter -> nt_namespaceEgor Tensin