Skip to content

A script to convert a wmake setup into a CMake project.

Notifications You must be signed in to change notification settings

hkroeger/wmake2cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SCOPE

This script creates a CMakeLists.txt from an existing wmake project. It can then be used to load, edit and compile the application e.g. in QtCreator.

It has yet only been used for a few solvers from OpenFOAM's application directory and does not support all finesse of wmake by far.

Note: was used for foam-extend, name of "libfoam.so" is hardcoded. Some autodetection should be added.

Contributions are welcome.

USAGE

  • Change into directory of solver/application (the one that contains the "Make" directory)
  • source OpenFOAM's bashrc
  • execute script => CMakeLists.txt is created

About

A script to convert a wmake setup into a CMake project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages