diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 124f127..712371b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ add_definitions(-DDEBUGMODE) add_subdirectory(src) #generate configure file -configure_file(libsoundmanager.pc.in libsoundmanager.pc @ONLY) -INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libsoundmanager.pc +configure_file(soundmanager.pc.in soundmanager.pc @ONLY) +INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/soundmanager.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) |