Make cmake for fgpanel work under linux
This commit is contained in:
parent
7ebc68b3c7
commit
3d36577a20
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue