Skip to content

Commit

Permalink
Rename python_extension_main.cc to python_extension.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
nixprime committed Sep 19, 2016
1 parent 6c4c8ee commit 4bed76c
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 @@ -44,7 +44,7 @@ endif()
target_link_libraries(cpsm_core ${CMAKE_THREAD_LIBS_INIT})
set_target_properties(cpsm_core PROPERTIES COMPILE_FLAGS "-fPIC")

add_library(cpsm_py SHARED src/ctrlp_util.cc src/python_extension_main.cc)
add_library(cpsm_py SHARED src/ctrlp_util.cc src/python_extension.cc)
target_link_libraries(cpsm_py cpsm_core ${PYTHON_LIBRARIES})
if(APPLE)
set_target_properties(cpsm_py PROPERTIES PREFIX "" SUFFIX ".so")
Expand Down
File renamed without changes.

0 comments on commit 4bed76c

Please sign in to comment.