Am Donnerstag, 10. Dezember 2015 um 12:38:11, schrieb Nikita Barawade 
<nikita.baraw...@einfochips.com>
> 
> Hi,
> 
> getting following error when trying to run LLAPI_TestApp
> 
> ./LLAPI_TestApp: error while loading shared libraries: libLLAPI.so: cannot 
> open shared object file: No such file or directory
> 
> Both LLAPI_TestApp and libLLAPI.so are present in same directory Bin/Wind.
> 
> 
> CMakeLists.txt for LLAPI_TestApp :
> 
> 
> include_directories (../Include)
> include_directories (../../LLAPI/Include)
> 
> # collect all cpp files
> file (GLOB ALL_SOURCES
>         "*.cpp")
> 
> # Adds sources to the Solution Explorer
> add_executable ( LLAPI_TestApp  ${ALL_SOURCES})
> 
> target_link_libraries (LLAPI_TestApp   LLAPI)
> 
>     install (TARGETS LLAPI_TestApp
>             RUNTIME DESTINATION ${PROJECT_BINARY_DIR}/../../../Bin/Wind)
> 
> set(CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/../../../Bin/Wind ")
>     set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
> 
> 
> Searched whole day on Internet but could not fix it .
> 
> Pls guide
> 

And where is your call to create the library?
e.g.
        add_library(LLAPI ${lib_sources})
?

> Regards,
> Nikita

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 

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://public.kitware.com/mailman/listinfo/cmake

Reply via email to