Skip to content
Snippets Groups Projects
Commit c7879e4f authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

Added compilation and install of include/*.lusi

parent ab51e2a7
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ License: LGPL-2.1
Plugins: DevFiles (0.2)
# , Custom (0.2)
PreBuildCommand: ./svn_version.sh $(prefix)
PostInstallCommand: mkdir -p $(prefix)/include/lustrec; cp -rf include/* $(prefix)/include/lustrec
PostInstallCommand: cd include; for i in *.lusi; do echo Compiling $i; lustrec -verbose 0 $i; done; mkdir -p $(prefix)/include/lustrec; cp -rf * $(prefix)/include/lustrec
Executable lustrec
Path: src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment