Prechádzať zdrojové kódy

CMakeLists now uses new macro for MEX files

Clemens-Alexander Brust 11 rokov pred
rodič
commit
bda18d7c04
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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()
 
 #####