Hi all,
I have a silly question regarding how to translate this command in CMakeLists.txt
g++ x04.cc -o demo -lplplotcxxd
x04.cc is c++ file , information about lplplotcxxd can be found here
http://ubuntuforums.org/showthread.php?p=8538977
since the command " g++ x04.cc -o demo -lplplotcxxd" is working on my computer so
I think I have all necessary stuff for plplot.
I use cmake rather than g++ to create executable so if anyone can help me with
this silly problem I will really appreciate it!
Thanks
Ravi