浏览代码

CMakeLists now uses new macro for MEX files

Clemens-Alexander Brust 11 年之前
父节点
当前提交
bda18d7c04
共有 1 个文件被更改,包括 2 次插入0 次删除
  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()
 
 #####