Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gehilley committed May 14, 2019
1 parent 4f6eef5 commit 3139372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ include_directories("./")

set_source_files_properties(pymcc_lidar.pyx PROPERTIES CYTHON_IS_CXX 1)
cython_add_module(pymcc_lidar pymcc_lidar.pyx pymccp.cpp)
target_link_libraries(pymcc_lidar MCC_LIDAR)
target_link_libraries(pymcc_lidar mcc_lidar)

0 comments on commit 3139372

Please sign in to comment.