Adding librairies at the compilation
Posted: Thu Oct 25, 2018 10:36 am
Hello,
I am trying to add some librairies at the compilation by using cs_user_script.py file.
In this file, I tried to replace
domain.compile_libs = None
by
domain.compile_libs = "-lmedcoupling"
But it does not seem to work.
What is the correct syntax to add librairies in this file ?
Is that the simplest way to do this ?
Thank you.
Regards,
Seb
I am trying to add some librairies at the compilation by using cs_user_script.py file.
In this file, I tried to replace
domain.compile_libs = None
by
domain.compile_libs = "-lmedcoupling"
But it does not seem to work.
What is the correct syntax to add librairies in this file ?
Is that the simplest way to do this ?
Thank you.
Regards,
Seb