mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-23 21:07:45 +00:00
Remove watchdog stuff from CMakeLists
This commit is contained in:
parent
d39c702d0a
commit
abeab75d99
1 changed files with 0 additions and 18 deletions
|
@ -105,24 +105,6 @@ target_link_libraries(astra PRIVATE
|
||||||
QCoro::Network
|
QCoro::Network
|
||||||
QCoro::Qml)
|
QCoro::Qml)
|
||||||
|
|
||||||
if (ENABLE_WATCHDOG)
|
|
||||||
target_sources(astra PRIVATE
|
|
||||||
include/gameparser.h
|
|
||||||
include/watchdog.h
|
|
||||||
|
|
||||||
src/gameparser.cpp
|
|
||||||
src/watchdog.cpp)
|
|
||||||
target_link_libraries(astra PRIVATE
|
|
||||||
${TESSERACT_LIBRARIES}
|
|
||||||
${LEPTONICA_LIBRARIES}
|
|
||||||
X11
|
|
||||||
Xcomposite
|
|
||||||
Xrender)
|
|
||||||
|
|
||||||
target_include_directories(astra_core PRIVATE ${TESSERACT_INCLUDE_DIRS} ${LEPTONICA_INCLUDE_DIRS})
|
|
||||||
target_compile_definitions(astra_core PRIVATE ENABLE_WATCHDOG)
|
|
||||||
endif ()
|
|
||||||
|
|
||||||
if (BUILD_FLATPAK)
|
if (BUILD_FLATPAK)
|
||||||
target_compile_definitions(astra PRIVATE FLATPAK)
|
target_compile_definitions(astra PRIVATE FLATPAK)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
Loading…
Add table
Reference in a new issue