LLUI.cmake 184 B

123456789
  1. # -*- cmake -*-
  2. if (LLUI_CMAKE_INCLUDED)
  3. return()
  4. endif (LLUI_CMAKE_INCLUDED)
  5. set (LLUI_CMAKE_INCLUDED TRUE)
  6. include_directories(${CMAKE_SOURCE_DIR}/llui)
  7. set(LLUI_LIBRARIES llui)