Hello all, I am having strange problem with my simple program which uses netgen-cmake https://github.com/burak-er/netgen-cmake.git . I put netgen-cmake into a subdirectory then in my CMakeLists file I use add_subdirectory command for the inclusion of netgen. But this methods fails while linkin my simple program while linking with the libraries that are built with netgen. If I try to built my simple program within netgen's CMakeLists.txt there is not any problem with the linkage of the program with the libraries.
What is the difference of the two ways that may cause this problem? Thank you in advance. -- Burak ER Research Assistant Mechanical Engineering Department Bursa Technical University -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
