Skip to content

Commit 90b0e24

Browse files
authored
fix the binary not being installed (#158)
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent f144c72 commit 90b0e24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rawtoaces/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ else ()
1717
target_link_directories(rawtoaces PUBLIC ${libraw_LIBRARY_DIRS} )
1818
target_link_libraries(rawtoaces PUBLIC ${libraw_LIBRARIES} ${libraw_LDFLAGS_OTHER} )
1919
endif ()
20+
21+
22+
install( TARGETS rawtoaces DESTINATION ${INSTALL_BIN_DIR} )

0 commit comments

Comments
 (0)