Skip to content
Snippets Groups Projects
Commit ac85b36a authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Cmake working, need to fix compiling & linking

parent a271684d
No related branches found
No related tags found
1 merge request!260WIP: params autoconf
This commit is part of merge request !260. Comments created here will be created in the context of that merge request.
This diff is collapsed.
...@@ -3,5 +3,6 @@ ...@@ -3,5 +3,6 @@
# echo $files # echo $files
for f in $(cat ~/workspace/wip/wolf/files.txt); do for f in $(cat ~/workspace/wip/wolf/files.txt); do
path=$(ag -g $f -l ~/workspace/wip/wolf/ | cut -d '/' -f 7-) path=$(ag -g $f -l ~/workspace/wip/wolf/ | cut -d '/' -f 7-)
echo $f " now in -> " $path # echo $f " now in -> " $path
sed -i "/"$f"$/c\\"$path ~/workspace/wip/wolf/CMakeLists.txt
done done
\ No newline at end of file
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