[submodule "contrib/tor"]
path = contrib/tor
url = https://git.torproject.org/tor.git
-[submodule "contrib/KDMacTouchBar"]
- path = contrib/KDMacTouchBar
- url = https://github.com/KDAB/KDMacTouchBar.git
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 ${CXX_SECURITY_FLAGS}")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${LD_SECURITY_FLAGS} ${STATIC_FLAGS}")
-if(APPLE)
- add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/contrib/KDMacTouchBar")
-endif()
-
add_subdirectory(src)
)
endif()
-if(APPLE)
- target_link_libraries(feather
- KDMacTouchBar
- )
- target_include_directories(feather
- PUBLIC ../contrib/KDMacTouchBar)
-endif()
-
if(NOT APPLE)
target_link_libraries(feather
Qt5::QSvgIconPlugin