absolute path
This commit is contained in:
parent
c663246f0a
commit
65a57feedb
|
@ -870,7 +870,7 @@ include(Pod2Man)
|
|||
ADD_MANPAGE_TARGET()
|
||||
|
||||
# Process subdirectories
|
||||
#add_subdirectory(third_party/bcrypt)
|
||||
add_subdirectory(third_party/bcrypt)
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(scripts)
|
||||
add_subdirectory(db)
|
||||
|
|
|
@ -15,7 +15,7 @@ set_target_properties( bcrypt PROPERTIES IMPORTED_LOCATION ../third_party/bcrypt
|
|||
|
||||
# A fix for cmake recompiling the source files for every target.
|
||||
add_library(zm STATIC ${ZM_BIN_SRC_FILES} ${ZM_BIN_THIRDPARTY_SRC_FILES})
|
||||
#link_directories(../third_party/bcrypt)
|
||||
link_directories(/home/pp/source/pp_ZoneMinder.git/third_party/bcrypt)
|
||||
|
||||
add_executable(zmc zmc.cpp)
|
||||
add_executable(zma zma.cpp)
|
||||
|
|
Loading…
Reference in New Issue