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 -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
