1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-23 12:57:45 +00:00

Remove watchdog stuff from CMakeLists

This commit is contained in:
Joshua Goins 2023-10-06 18:10:01 -04:00
parent d39c702d0a
commit abeab75d99

View file

@ -105,24 +105,6 @@ target_link_libraries(astra PRIVATE
QCoro::Network
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)
target_compile_definitions(astra PRIVATE FLATPAK)
endif ()