Skip to content

Commit

Permalink
Add an install make target
Browse files Browse the repository at this point in the history
For #11
  • Loading branch information
ogoffart committed Jan 8, 2018
1 parent 01a2a08 commit bcd8447
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,8 @@ endforeach()
configure_file(embedded_includes.h.in embedded_includes.h)
include_directories(${CMAKE_CURRENT_BINARY_DIR})


include("GNUInstallDirs")
install(TARGETS moc mocng_plugin
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
)

0 comments on commit bcd8447

Please sign in to comment.