I have installed SimpleITK and tested with ctest
successfully. Then, I included the library in .bashrc
as export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/softwares/vtk-itk/SimpleITK-build/lib
. For installation, I ran make install
in ~/softwares/vtk-itk/SimpleITK-build/SimpleITK-build
and it was successfully installed. However, when I am trying to include #include <SimpleITK.h>
, it seems that does know the installation path.
I am trying to write my code in Clion IDE, and even it does not show the simpleITK folder in External Library
roots of the project.
How to resolve this issue?