diff --git a/juci/cmake/Modules/FindTestlcl.cmake b/juci/cmake/Modules/FindTestlcl.cmake index 610c97a..5a77a83 100644 --- a/juci/cmake/Modules/FindTestlcl.cmake +++ b/juci/cmake/Modules/FindTestlcl.cmake @@ -18,6 +18,7 @@ find_path(LCL_INCLUDE_DIR headers/TranslationUnit.h find_library(LCL_LIBRARY NAMES testlcl HINTS "/home/gm/bachelor/lib/lib/" "/home/forgie/code/libclangpp/lib/" + "/home/zalox/bachelor/libclang++/lib/" ) set(LCL_LIBRARIES ${LCL_LIBRARY} )