Browse Source

CMakeLists now uses new macro for MEX files

Clemens-Alexander Brust 11 years ago
parent
commit
bda18d7c04
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CMakeLists.txt

+ 2 - 0
CMakeLists.txt

@@ -16,6 +16,8 @@ nice_build_library()
 
 nice_add_progs()
 
+nice_add_mexes()
+
 nice_add_unittests()
 
 #####