for debug target added deploy files required to run the application on Windows, also:
- added deploy additional files for android - fixed include android libraries
This commit is contained in:
parent
2d6a12101e
commit
663861dc09
4 changed files with 119 additions and 59 deletions
|
@ -21,7 +21,7 @@ if(WIN32)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if(APPLE)
|
||||
if(APPLE AND NOT IOS)
|
||||
include_directories(${CMAKE_CURRENT_LIST_DIR}/macos)
|
||||
set(HEADERS ${HEADERS} ${CMAKE_CURRENT_LIST_DIR}/macos/botan_all.h)
|
||||
set(SOURCES ${SOURCES} ${CMAKE_CURRENT_LIST_DIR}/macos/botan_all.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue