[CMake] [msvc] building windows drivers with cmake

Tim Blechmann tim at klingt.org
Mon Oct 6 00:38:54 EDT 2014


hi,

i'm wondering, is it possible to generate msvc solutions for windows
kernel mode drivers?

afaict, the generated projects would have to use a specific platform
toolset:
<PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>

but also some other specific entries, like:
<ConfigurationType>Driver</ConfigurationType>
<DriverType>KMDF</DriverType>

maybe it be possible/easy/reasonable to add custom properties to
cmake-generated msvc project files? or would there be any other way to
achieve this in a better way?

thnx,
tim



More information about the CMake mailing list