Skip to content

Commit

Permalink
Put libfreenect.dll in EXECUTABLE_OUTPUT_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
nburrus committed Feb 5, 2011
1 parent 7168f11 commit c6a0065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps/libfreenect/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ ENDIF(WIN32)
add_library (freenect SHARED ${SRC})
set_target_properties ( freenect PROPERTIES
VERSION ${PROJECT_VER}
SOVERSION ${PROJECT_APIVER})
SOVERSION ${PROJECT_APIVER}
ARCHIVE_OUTPUT_DIRECTORY "${LIBRARY_OUTPUT_PATH}"
RUNTIME_OUTPUT_DIRECTORY "${EXECUTABLE_OUTPUT_PATH}")
install (TARGETS freenect
DESTINATION "${PROJECT_LIBRARY_INSTALL_DIR}")

Expand Down

0 comments on commit c6a0065

Please sign in to comment.