Hi,

I would like to use kconfig from Linux for my project settings.
So I integrate fixdep tools into CMake for parsing CONFIG_xxx key words
and set proper dependency of files that are generated by kconfig.
My scratch is attached.

However, here come some issues.
1. The codes from fixdep is declared as GPL. But CMake use BSD.
2. fixed use mmap(). But this API is not support well on Windows.

So could any expert in CMake development give me some recommendations?

Thanks,
Sam

Attachment: cmake_kconfig.diff.gz
Description: GNU Zip compressed data

-- 

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-developers

Reply via email to