Install rtstart into BINDIR (on UNIX). RawTherapee can be started from different dirs now. (closes issue 184)
This commit is contained in:
@@ -124,6 +124,10 @@ if (OPTION_OMP)
|
|||||||
endif (OPENMP_FOUND)
|
endif (OPENMP_FOUND)
|
||||||
endif (OPTION_OMP)
|
endif (OPTION_OMP)
|
||||||
|
|
||||||
|
if (UNIX)
|
||||||
|
install (PROGRAMS rtstart DESTINATION ${BINDIR})
|
||||||
|
endif (UNIX)
|
||||||
|
|
||||||
add_subdirectory (rtexif)
|
add_subdirectory (rtexif)
|
||||||
add_subdirectory (rtengine)
|
add_subdirectory (rtengine)
|
||||||
add_subdirectory (rtgui)
|
add_subdirectory (rtgui)
|
||||||
|
Reference in New Issue
Block a user