Daily Archives: 11 January 2012

HowTo: Use a config.vapi file with CMake

If you want to use a config.vapi file with your Vala project here are the basics. Setup your CMake files in your project. I use these. In your main CMakeLists.txt file you’ll need to add: OPTIONS –vapidir=${CMAKE_SOURCE_DIR}/vapi Finally, you’ll need … Continue reading

Posted in Uncategorized | Leave a comment