Skip to content

Commit

Permalink
fix spdlog
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthora committed Dec 21, 2024
1 parent 39ddc8d commit b1fead7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cffi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
aux_source_directory(. DIR_SRCS)
add_library(${CANDY_LIBRARY_NAME} STATIC ${DIR_SRCS})
target_link_options(${CANDY_LIBRARY_NAME} PRIVATE -v)

set_target_properties(${CANDY_LIBRARY_NAME} PROPERTIES OUTPUT_NAME ${CANDY_EXECUTE_NAME})
set_target_properties(${CANDY_LIBRARY_NAME} PROPERTIES CXX_STANDARD 20)
Expand Down
1 change: 1 addition & 0 deletions src/main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
aux_source_directory(. DIR_SRCS)
add_executable(${CANDY_EXECUTE_NAME} ${DIR_SRCS})
target_link_options(${CANDY_EXECUTE_NAME} PRIVATE -v)

set_target_properties(${CANDY_EXECUTE_NAME} PROPERTIES CXX_STANDARD 20)

Expand Down

0 comments on commit b1fead7

Please sign in to comment.