aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/wrappers/simple/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-27um: reorganize projectsEgor Tensin
* libservice -> service * libsimple -> wrappers/simple * libnt_path_converter -> wrappers/special/nt_path_converter
2017-04-27reorganize filesEgor Tensin
* src/ -> km/src/ * utils/ -> um/ * Move WDK 7.1-specific *.bat files to km/build/wdk7.1/ * Move WDK 8.1 Update 1 solutions to km/build/wdk8.1update/
2017-04-27test -> simpleEgor Tensin