Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Corrected installation of libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Dec 8, 2010
1 parent b2d3721 commit fc76774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
ENDIF()

# install
INSTALL(TARGETS mng DESTINATION ${INSTALL_LIB})
INSTALL(TARGETS mng RUNTIME DESTINATION ${INSTALL_BIN} LIBRARY DESTINATION ${INSTALL_LIB} ARCHIVE DESTINATION ${INSTALL_LIB})

INSTALL(FILES libmng.h libmng_conf.h libmng_types.h DESTINATION ${INSTALL_INC})

Expand Down

0 comments on commit fc76774

Please sign in to comment.