Skip to content

Commit

Permalink
Merge pull request #9 from kogaki/fix/submodule
Browse files Browse the repository at this point in the history
follow latest utility
  • Loading branch information
skitaoka committed Apr 1, 2016
2 parents 195e0ce + 38bcf08 commit cf52fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ if(WIN32)
endif(WIN32)

if(APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -stdlib=libc++")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -stdlib=libc++")
set(PLUGIN_UTILITY_LIB "${CMAKE_CURRENT_SOURCE_DIR}/opentoonz_plugin_utility/lib/${CMAKE_CFG_INTDIR}/libopentoonz_plugin_utility.a")
endif(APPLE)

find_package(OpenCV REQUIRED)
set(LIBS ${OpenCV_LIBS} ${PLUGIN_UTILITY_LIB})

include_directories(opentoonz_plugin_utility/include
opentoonz_plugin_utility/opentoonz_plugin_headers
opentoonz_plugin_utility/plugin_sdk/core
"${OpenCV_INCLUDE_DIRS}")
link_directories("${OpenCV_LIBS}")

Expand Down
2 changes: 1 addition & 1 deletion opentoonz_plugin_utility

0 comments on commit cf52fcc

Please sign in to comment.