1
0
Fork 0

Make cmake for fgpanel work under linux

This commit is contained in:
Torsten Dreyer 2011-06-05 21:08:44 +02:00
parent 7ebc68b3c7
commit 3d36577a20

View file

@ -1,7 +1,7 @@
#FIXME: does this work in *nix/windows?
find_package(png REQUIRED)
#FIXME: does this work in windows?
find_package(PNG REQUIRED)
find_package(OpenGL REQUIRED)
find_package(glut REQUIRED)
find_package(GLUT REQUIRED)
add_executable(fgpanel main.cxx
FGGLApplication.cxx