| author | Tero Marttila <terom@fixme.fi> |
| Wed, 21 Jan 2009 23:25:29 +0200 | |
| branch | new_graphics |
| changeset 413 | 7dddc163489a |
| parent 412 | 721c60072091 |
| child 417 | c503e0c6a740 |
| permissions | -rw-r--r-- |
|
412
721c60072091
new graphics code compiles... no, it doesn't work yet
Tero Marttila <terom@fixme.fi>
parents:
diff
changeset
|
1 |
FILE(GLOB GRAPHICS_SOURCE_FILES "*.cc") |
|
721c60072091
new graphics code compiles... no, it doesn't work yet
Tero Marttila <terom@fixme.fi>
parents:
diff
changeset
|
2 |
FILE(GLOB GRAPHICS_HEADER_FILES "*.hh") |
|
721c60072091
new graphics code compiles... no, it doesn't work yet
Tero Marttila <terom@fixme.fi>
parents:
diff
changeset
|
3 |
|
|
721c60072091
new graphics code compiles... no, it doesn't work yet
Tero Marttila <terom@fixme.fi>
parents:
diff
changeset
|
4 |
# what ClanLib components we need |
|
721c60072091
new graphics code compiles... no, it doesn't work yet
Tero Marttila <terom@fixme.fi>
parents:
diff
changeset
|
5 |
set (GRAPHICS_CLANLIB_COMPONENTS Display GL GUI PARENT_SCOPE) |
|
721c60072091
new graphics code compiles... no, it doesn't work yet
Tero Marttila <terom@fixme.fi>
parents:
diff
changeset
|
6 |
set (GRAPHICS_SOURCES ${GRAPHICS_SOURCE_FILES} ${GRAPHICS_HEADER_FILES} PARENT_SCOPE)
|
|
721c60072091
new graphics code compiles... no, it doesn't work yet
Tero Marttila <terom@fixme.fi>
parents:
diff
changeset
|
7 |