summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5054b54..6e27d43a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,11 +20,8 @@ tde_set_project_version( )
##### general package setup #####################
project( tdemultimedia )
-
set( PACKAGE tdemultimedia )
-enable_testing( )
-
##### include essential cmake modules ###########
@@ -38,6 +35,8 @@ include( CheckCXXSourceCompiles )
include( CheckFunctionExists )
include( CheckLibraryExists )
include( CheckSymbolExists )
+enable_language( ASM )
+enable_testing( )
##### include our cmake modules #################