|
@@ -1,5 +1,5 @@
|
|
|
cmake_minimum_required(VERSION 2.6)
|
|
|
-project(106_Matlab)
|
|
|
+project(107_Matlab)
|
|
|
|
|
|
include("../CMakeLists.shared")
|
|
|
|
|
@@ -16,5 +16,5 @@ endif (APPLE) #APPLE
|
|
|
|
|
|
#message(FATAL_ERROR ${CMAKE_EXE_LINKER_FLAGS})
|
|
|
|
|
|
-add_executable(106_Matlab ${SOURCES} ${SHARED_SOURCES})
|
|
|
-target_link_libraries(106_Matlab ${SHARED_LIBRARIES} ${MATLAB_LIBRARIES})
|
|
|
+add_executable(107_Matlab ${SOURCES} ${SHARED_SOURCES})
|
|
|
+target_link_libraries(107_Matlab ${SHARED_LIBRARIES} ${MATLAB_LIBRARIES})
|