]> gitweb.hhaalo.de Git - feierabend.git/commitdiff
change include dir libxml2
authorBastian Dehn <hhaalo@arcor.de>
Sun, 15 Dec 2024 17:45:19 +0000 (18:45 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 15 Dec 2024 17:45:19 +0000 (18:45 +0100)
readme.md
src/CMakeLists.txt

index 5ce4cc935defd945551edc7e007bd422399e577a..f2f471e3fd815a3a0b9acfe1b02a9c76fe1b276a 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -49,10 +49,4 @@ kompiliert werden:
 
 ```bash
 cmake -DCMAKE_BUILD_TYPE=Release -DSOLL_HOUR=7 -DSOLL_MINUTES=30 ..
-```
-
-## Debian libxml
-
-```bash
-sudo ln -s /usr/include/libxml2/libxml /usr/include/libxml
 ```
\ No newline at end of file
index 7ba52848b54f3a0ccb88f9e005728e58c6411de5..8c352cc9a4feef30d898a5782e67015822b04561 100644 (file)
@@ -18,7 +18,7 @@ MESSAGE(STATUS "SOLL_MINUTES: ${SOLL_MINUTES}")
 
 CONFIGURE_FILE(config.h.in config.h)
 
-INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR} ${LIBXML2_INCLUDE_DIR})
 
 ADD_EXECUTABLE(${PROJECT_NAME}
        feierabend.c