Fix typo in prior commit

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
pull/1/head
Alexander Golubev 8 years ago committed by Slávek Banko
parent 6f43da1444
commit 72bbacf125

@ -64,37 +64,37 @@ find_package( TDE )
##### Import libtdegames ######################## ##### Import libtdegames ########################
# all games require libtdegames to be imported # all games require libtdegames to be imported
if( BUILD_ATLANTIK OR if( BUILD_ATLANTIK OR
BUILD_KASTEROIDS OR BUILD_KASTEROIDS OR
BUILD_KATOMIC OR BUILD_KATOMIC OR
BUILD_KBACKGAMMON OR BUILD_KBACKGAMMON OR
BUILD_KBATTLESHIP OR BUILD_KBATTLESHIP OR
BUILD_KBLACKBOX OR BUILD_KBLACKBOX OR
BUILD_KBOUNCE OR BUILD_KBOUNCE OR
BUILD_KENOLABA OR BUILD_KENOLABA OR
BUILD_KFOULEGGS OR BUILD_KFOULEGGS OR
BUILD_KGOLDRUNNER OR BUILD_KGOLDRUNNER OR
BUILD_KJUMPINGCUB OR BUILD_KJUMPINGCUBE OR
BUILD_KLICKETY OR BUILD_KLICKETY OR
BUILD_KLINES OR BUILD_KLINES OR
BUILD_KMAHJONGG OR BUILD_KMAHJONGG OR
BUILD_KMINES OR BUILD_KMINES OR
BUILD_KNETWALK OR BUILD_KNETWALK OR
BUILD_KOLF OR BUILD_KOLF OR
BUILD_KONQUEST OR BUILD_KONQUEST OR
BUILD_KPAT OR BUILD_KPAT OR
BUILD_KPOKER OR BUILD_KPOKER OR
BUILD_KREVERSI OR BUILD_KREVERSI OR
BUILD_KSAME OR BUILD_KSAME OR
BUILD_KSHISEN OR BUILD_KSHISEN OR
BUILD_KSIRTET OR BUILD_KSIRTET OR
BUILD_KSMILETRIS OR BUILD_KSMILETRIS OR
BUILD_KSNAKE OR BUILD_KSNAKE OR
BUILD_KSOKOBAN OR BUILD_KSOKOBAN OR
BUILD_KSPACEDUEL OR BUILD_KSPACEDUEL OR
BUILD_KTRON OR BUILD_KTRON OR
BUILD_KTUBERLING OR BUILD_KTUBERLING OR
BUILD_LSKAT OR BUILD_LSKAT OR
BUILD_TWIN4 ) BUILD_TWIN4 )
tde_import ( libtdegames ) tde_import ( libtdegames )
endif() endif()

Loading…
Cancel
Save