Skip to content

Example toy project to demonstrate using WAF to build a C++ project

Notifications You must be signed in to change notification settings

jchia/waf-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample project to demonstrate using waf to build C++ projects.

The main app is in app/main.cpp. Support classes are in directories foo and bar.

To build, download and put the waf executable file in the top-level directory,
then run "./waf configure" followed by "./waf".

There is some Python-related stuff in the top-level wscript but it's not used
anywhere, but you could use it when building with 'pyext' feature.

About

Example toy project to demonstrate using WAF to build a C++ project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published