Setup LibXL in CMake project in Eclipse IDE for C/C++

Go to the menu File -> New -> C/C++ Project -> CMake Project.

Also please specify your own paths to the LibXL in the include_directories and the target_link_libraries variables in the CMakeLists.txt file:




See the example of C++ code here: