Skip to content

Commit

Permalink
moved to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spillai committed Sep 15, 2014
1 parent 72bb179 commit 506e30c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ target_link_libraries(np_opencv_converter boost_system boost_python ${OpenCV_LDF

# Build test library
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
boost_python_module(np_opencv_module src/np_opencv_module.cpp)
boost_python_module(np_opencv_module tests/np_opencv_module.cpp)
target_link_libraries(np_opencv_module boost_system boost_python np_opencv_converter ${OpenCV_LDFLAGS})
File renamed without changes.

0 comments on commit 506e30c

Please sign in to comment.