Re: [CMake] problem creating cmake for ns3 library

2016-07-31 Thread Nils Gladitz
On 31.07.2016 09:19, Kapil Gupta wrote: -- Looking for lib ns3-core -- Looking for lib ns3-core - not found There might be more issues but to start with: In https://github.com/kneelb4darth/qosManet/blob/master/cmake/FindNS3.cmake#L23 NAME should be NAMES. Same here: https://github.

[CMake] problem creating cmake for ns3 library

2016-07-31 Thread Kapil Gupta
Hi, I am working on ns3 library (https://www.nsnam.org/ns-3-25) and wanted to create cmake based project for it. Here is the setup for the project : https://github.com/kneelb4darth/qosManet . The library is correctly installed. .so files : /usr/lib exec : /usr/local/bin lib : /usr/local/lib h