Skip to content

Commit

Permalink
refactor: file names
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 21, 2024
1 parent b0034ca commit f7f1e96
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else()
endif()
# This is the critical line for installing another package

add_library(${TARGET} SHARED src/python_runtime_engine.cc)
add_library(${TARGET} SHARED src/python_engine.cc)

if(UNIX AND NOT APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
Expand Down
4 changes: 2 additions & 2 deletions src/python_runtime_engine.cc → src/python_engine.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "python_runtime_engine.h"
#include "python_runtime_utils.h"
#include "python_engine.h"
#include "python_utils.h"
#include "trantor/utils/Logger.h"

#if defined(_WIN32)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f7f1e96

Please sign in to comment.