Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solves issue #428 Linking error: SetPickingColor #430

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Expand Up @@ -90,6 +90,7 @@ set( heekscad_HDRS
OptionsCanvas.h
OrientationModifier.h
Plugins.h
Picking.h
PointDrawing.h
PointOrWindow.h
PropertiesCanvas.h
Expand Down Expand Up @@ -187,6 +188,7 @@ set( heekscad_SRCS
ObjPropsCanvas.cpp
OptionsCanvas.cpp
OrientationModifier.cpp
Picking.cpp
Plugins.cpp
PointDrawing.cpp
PointOrWindow.cpp
Expand Down Expand Up @@ -266,3 +268,5 @@ install( FILES ${menu_icon} DESTINATION share/icons/hicolor/scalable/apps ) # fr
file( GLOB desktop "${CMAKE_CURRENT_SOURCE_DIR}/../HeeksCAD.desktop" )
install( FILES ${desktop} DESTINATION share/applications )

file( GLOB picking "${CMAKE_CURRENT_SOURCE_DIR}/../src/Picking.*" )
install( FILES ${picking} DESTINATION share/heekscad/src )