Skip to content

Commit ebcd792

Browse files
committed
build: move main.cpp to src/ directory
1 parent 9f09a27 commit ebcd792

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ add_definitions(
1717
-DPAWN_CELL_SIZE=32
1818
)
1919

20-
add_library(${PROJECT_NAME} SHARED main.cpp)
20+
add_library(${PROJECT_NAME} SHARED src/main.cpp)
2121

2222
target_link_libraries(${PROJECT_NAME} PRIVATE OMP-SDK)
2323

File renamed without changes.

0 commit comments

Comments
 (0)