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

Add Hero5 Black GPR Sample Raw Photo #11

Merged
merged 3 commits into from
Jan 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "Add <install> flag for CMakeList.txt, allows running'su -c ma…
…ke install' after 'make' so 'gpr_tools' executable is available system-wide."

This reverts commit 5ea9e26.
  • Loading branch information
KonradIT committed Dec 23, 2018
commit 0c2921ceb4cc274304f51eaaec9967f056b0f91c
5 changes: 0 additions & 5 deletions source/app/gpr_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ endif(EXISTS "${CMAKE_SOURCE_DIR}/source/lib/tiny_jpeg")
# add executable
add_executable( ${EXE_NAME} ${GPRTOOLS_SRC_FILES} ${GPRTOOLS_INC_FILES} )

install(TARGETS gpr_tools
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib/static)

# Linked libraries
target_link_libraries( ${EXE_NAME} gpr_sdk )

Expand Down