Clean up leftover SERVER and VIEWER from when they were a single tree Fixed debian multiarch cmake Small bits of OSX cleanup
13 lines
142 B
CMake
13 lines
142 B
CMake
# -*- cmake -*-
|
|
|
|
include(FreeType)
|
|
|
|
set(LLRENDER_INCLUDE_DIRS
|
|
${LIBS_OPEN_DIR}/llrender
|
|
)
|
|
|
|
set(LLRENDER_LIBRARIES
|
|
llrender
|
|
)
|
|
|