niotso/Libraries/CMakeLists.txt
Andrew D'Addesio 227617b540 Moved to git
Assembla's decision to remove Trac incited us to ditch them entirely. Further, the repository no longer includes binaries or libraries; these can be downloaded from niotso.org/pub/ and updated with the included update-libraries script.
2012-10-17 03:21:00 -05:00

11 lines
288 B
CMake

if(WIN32)
set(GLDEMO_EXE WIN32)
set(GLDEMO_LIBS mingw32 libgldemo_static opengl32 glu32)
else()
set(GLDEMO_EXE "")
set(GLDEMO_LIBS libgldemo_static Xxf86vm rt Xext X11 GL GLU)
endif()
add_subdirectory(FileHandler)
add_subdirectory(libgldemo)
add_subdirectory(libvitaboy)