Add install rules to CMakeLists
This commit is contained in:
parent
5620f6bbb4
commit
94f5c21ecd
|
@ -78,3 +78,10 @@ add_executable( fc2dconfig
|
||||||
src/tomlcpp.cpp
|
src/tomlcpp.cpp
|
||||||
)
|
)
|
||||||
target_link_libraries( fc2dconfig ${wxWidgets_LIBRARIES} )
|
target_link_libraries( fc2dconfig ${wxWidgets_LIBRARIES} )
|
||||||
|
|
||||||
|
install( TARGETS fc2d fc2dconfig
|
||||||
|
DESTINATION bin )
|
||||||
|
install( DIRECTORY ${PROJECT_BINARY_DIR}/models
|
||||||
|
DESTINATION share/facecam2d )
|
||||||
|
install( DIRECTORY ${PROJECT_BINARY_DIR}/cvdata
|
||||||
|
DESTINATION share/facecam2d )
|
||||||
|
|
Loading…
Reference in a new issue