diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2016-05-04 01:45:24 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-05-04 01:45:24 +0200 |
commit | 72bbacf12504a1f14cbd74c9b357af92da256481 (patch) | |
tree | f66c9a0f075a479480988ac5ddc312330fdcbe25 | |
parent | 6f43da1444c99d4cb9f69981543d21cfd843c622 (diff) | |
download | tdegames-72bbacf12504a1f14cbd74c9b357af92da256481.tar.gz tdegames-72bbacf12504a1f14cbd74c9b357af92da256481.zip |
Fix typo in prior commit
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-rw-r--r-- | ConfigureChecks.cmake | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index ef5dffdf..4ae4e367 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -64,37 +64,37 @@ find_package( TDE ) ##### Import libtdegames ######################## # all games require libtdegames to be imported -if( BUILD_ATLANTIK OR - BUILD_KASTEROIDS OR - BUILD_KATOMIC OR - BUILD_KBACKGAMMON OR - BUILD_KBATTLESHIP OR - BUILD_KBLACKBOX OR - BUILD_KBOUNCE OR - BUILD_KENOLABA OR - BUILD_KFOULEGGS OR - BUILD_KGOLDRUNNER OR - BUILD_KJUMPINGCUB OR - BUILD_KLICKETY OR - BUILD_KLINES OR - BUILD_KMAHJONGG OR - BUILD_KMINES OR - BUILD_KNETWALK OR - BUILD_KOLF OR - BUILD_KONQUEST OR - BUILD_KPAT OR - BUILD_KPOKER OR - BUILD_KREVERSI OR - BUILD_KSAME OR - BUILD_KSHISEN OR - BUILD_KSIRTET OR - BUILD_KSMILETRIS OR - BUILD_KSNAKE OR - BUILD_KSOKOBAN OR - BUILD_KSPACEDUEL OR - BUILD_KTRON OR - BUILD_KTUBERLING OR - BUILD_LSKAT OR +if( BUILD_ATLANTIK OR + BUILD_KASTEROIDS OR + BUILD_KATOMIC OR + BUILD_KBACKGAMMON OR + BUILD_KBATTLESHIP OR + BUILD_KBLACKBOX OR + BUILD_KBOUNCE OR + BUILD_KENOLABA OR + BUILD_KFOULEGGS OR + BUILD_KGOLDRUNNER OR + BUILD_KJUMPINGCUBE OR + BUILD_KLICKETY OR + BUILD_KLINES OR + BUILD_KMAHJONGG OR + BUILD_KMINES OR + BUILD_KNETWALK OR + BUILD_KOLF OR + BUILD_KONQUEST OR + BUILD_KPAT OR + BUILD_KPOKER OR + BUILD_KREVERSI OR + BUILD_KSAME OR + BUILD_KSHISEN OR + BUILD_KSIRTET OR + BUILD_KSMILETRIS OR + BUILD_KSNAKE OR + BUILD_KSOKOBAN OR + BUILD_KSPACEDUEL OR + BUILD_KTRON OR + BUILD_KTUBERLING OR + BUILD_LSKAT OR BUILD_TWIN4 ) tde_import ( libtdegames ) endif() |