This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/share/CodeBlocks/templates/glfw.template

13 lines
420 B
XML

<?xml version="1.0"?>
<!DOCTYPE CodeBlocks_template_file>
<CodeBlocks_template_file>
<Template name="glfw" title="GLFW Application" category="2D/3D Graphics" bitmap="glfw.png">
<FileSet name="s" title="Default">
<File source="glfw-main.cpp" destination="main.cpp"/>
</FileSet>
<Option name="GLFW Application (static)">
<Project file="glfw-static.cbp"/>
</Option>
</Template>
</CodeBlocks_template_file>