Browse Source

Add my path to findlcl

merge-requests/365/head
Jørgen Lien Sellæg 11 years ago
parent
commit
79ff8000a6
  1. 1
      juci/cmake/Modules/FindTestlcl.cmake

1
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} )

Loading…
Cancel
Save