Browse Source

CMakeLists now uses new macro for MEX files

Clemens-Alexander Brust 11 năm trước cách đây
mục cha
commit
bda18d7c04
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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()
 
 #####