- cleaned matlab tutorial example
This commit is contained in:
@@ -7,5 +7,5 @@ set(SOURCES
|
||||
${PROJECT_SOURCE_DIR}/main.cpp
|
||||
)
|
||||
|
||||
add_executable(101_FileIO ${SOURCES} ${SHARED_SOURCES} ${TINYXML2_SOURCES})
|
||||
target_link_libraries(101_FileIO ${SHARED_LIBRARIES})
|
||||
add_executable(${CMAKE_PROJECT_NAME} ${SOURCES} ${SHARED_SOURCES} ${TINYXML2_SOURCES})
|
||||
target_link_libraries(${CMAKE_PROJECT_NAME} ${SHARED_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user