Mitchel Daniel
Mitchel Daniel
Compilation failed. output is in first post. I will edit to make clearer
I have a makefile, the compilation command (see LIBS for my linking with refprop): ``` #NOTE ... a tab character is REQUIRED at the beginning of every recipe line #...
Do I need to edit the CMakeLists.txt for my own project? I am new to using cmake. Thanks
I think I got confused with what the purpose of REFPROP-headers is. I have a REFPROP license, using librefprop.so library (will be upgrading to the cmake build system soon). Since...
I understand. However, if I use `#include "refprop_lib.h"` (I believe this came with librefprop.so), instead of `#include "REFPROP_lib"` (the one that came with REFPROP-headers). I'm still able to make calls...