Commit message (Collapse) | Author | ||
---|---|---|---|
2019-12-09 | fix CMake files | Egor 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-29 | um: strip the 'lib' prefix from CMake targets | Egor Tensin | |
2017-04-27 | um: reorganize projects | Egor Tensin | |
* libservice -> service * libsimple -> wrappers/simple * libnt_path_converter -> wrappers/special/nt_path_converter | |||
2017-04-27 | reorganize files | Egor 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-27 | test -> simple | Egor Tensin | |