Skip to content

Python tools able to generate CMakelists.txt from various sources

License

Notifications You must be signed in to change notification settings

keszegrobert/2cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2cmake

Python tools able to generate CMakelists.txt from various sources

#vcproj2cmake.py

This converter is able to generate CMakeLists.txt from a vcproj file

  • source_group from the <Filter> tags
  • excluded files support
  • processing <Configuration> tags
  • COMPILE_FLAGS from VCCLCompilerTool <Tool>
  • Preprocessor definitions

#sln2cmake

  • processes the project dependencies and creates a CMakelists.txt for them

TODO:

  • generate linker flags
  • refactor the code
  • custom build tools to cmake custom command

About

Python tools able to generate CMakelists.txt from various sources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages