src/Network/CMakeLists.txt
author nireco
Sat, 31 Jan 2009 14:13:54 +0200
changeset 444 1111b1117dfb
parent 417 c503e0c6a740
permissions -rw-r--r--
one more pic
417
c503e0c6a740 support for building without Network/Graphics, although the disable-graphics case is kind of hackish still
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     1
FILE(GLOB NETWORK_SOURCE_FILES "*.cc")
c503e0c6a740 support for building without Network/Graphics, although the disable-graphics case is kind of hackish still
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     2
FILE(GLOB NETWORK_HEADER_FILES "*.hh")
c503e0c6a740 support for building without Network/Graphics, although the disable-graphics case is kind of hackish still
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     3
c503e0c6a740 support for building without Network/Graphics, although the disable-graphics case is kind of hackish still
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     4
# what ClanLib components we need
c503e0c6a740 support for building without Network/Graphics, although the disable-graphics case is kind of hackish still
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     5
set (NETWORK_CLANLIB_COMPONENTS "" PARENT_SCOPE)
c503e0c6a740 support for building without Network/Graphics, although the disable-graphics case is kind of hackish still
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     6
c503e0c6a740 support for building without Network/Graphics, although the disable-graphics case is kind of hackish still
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     7
# list of source files
c503e0c6a740 support for building without Network/Graphics, although the disable-graphics case is kind of hackish still
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     8
set (NETWORK_SOURCES ${NETWORK_SOURCE_FILES} ${NETWORK_HEADER_FILES} PARENT_SCOPE)
c503e0c6a740 support for building without Network/Graphics, although the disable-graphics case is kind of hackish still
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     9