mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
mkdir lib and include
This commit is contained in:
parent
f9923a673c
commit
d142ca6d07
2
main.pro
2
main.pro
@ -3,6 +3,8 @@ CONFIG += ordered
|
||||
|
||||
unix {
|
||||
symlinks.commands = \
|
||||
test -d $$PWD/lib || mkdir -p $$PWD/lib; \
|
||||
test -d $$PWD/include || mkdir -p $$PWD/include; \
|
||||
test -e $$PWD/lib/libOpenCL.so || \
|
||||
ln -s /usr/lib/x86_64-linux-gnu/libOpenCL.so.1 $$PWD/lib/libOpenCL.so; \
|
||||
test -e $$PWD/include/GL || \
|
||||
|
Loading…
Reference in New Issue
Block a user