Add a status message showing the DokanY target arch
This commit is contained in:
parent
2f9e65f031
commit
e7d6228b0f
@ -17,6 +17,7 @@ target_activate_cpp14(${PROJECT_NAME})
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
|
||||
get_target_architecture(TARGET_ARCH)
|
||||
message(STATUS "Linking to Dokan ${TARGET_ARCH}")
|
||||
if ("${TARGET_ARCH}" STREQUAL "x86_64")
|
||||
set(DOKAN_LIB_PATH "${DOKAN_PATH}\\lib")
|
||||
elseif("${TARGET_ARCH}" STREQUAL "i386")
|
||||
|
Loading…
Reference in New Issue
Block a user