Skip to content

Commit

Permalink
delete Makefile in pika-tools/aof_to_pika
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStocks committed May 5, 2023
1 parent 30af573 commit d6d395e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
8 changes: 4 additions & 4 deletions pika-tools/aof_to_pika/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(CXXFLAGS "-Wall -W -DDEBUG -g -O0 -D__XDEBUG__ -fPIC -Wno-unused-function -std=c++11"
)
set(CXXFLAGS "-Wall -W -DDEBUG -g -O0 -D__XDEBUG__ -fPIC -Wno-unused-function -std=c++11")
set(SRC_DIR ./src)

aux_source_directory(${SRC_DIR} BASE_OBJS)
Expand All @@ -8,8 +7,9 @@ add_executable(aof_to_pika ${BASE_OBJS})

target_include_directories(aof_to_pika PRIVATE ./include PRIVATE ../..)

target_link_libraries(aof_to_pika pthread)
target_link_libraries(aof_to_pika pthread)
set_target_properties(aof_to_pika PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/pika_tools
CMAKE_COMPILER_IS_GNUCXX TRUE
COMPILE_FLAGS ${CXXFLAGS})
COMPILE_FLAGS ${CXXFLAGS})

38 changes: 0 additions & 38 deletions pika-tools/aof_to_pika/Makefile

This file was deleted.

0 comments on commit d6d395e

Please sign in to comment.