about summary refs log tree commit diff stats
path: root/.gitignore
blob: a7cadc7da8f501ee355f89fcdb69d6bfcb8c287e (plain) (blame)
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-06-08 21:17:26 +0000
 


span class="p">)
add_subdirectory(vendor/yaml-cpp EXCLUDE_FROM_ALL)

include_directories(vendor/libtwittercpp/src vendor/verbly/lib vendor/yaml-cpp/include)
add_executable(furries furries.cpp)
set_property(TARGET furries PROPERTY CXX_STANDARD 11)
set_property(TARGET furries PROPERTY CXX_STANDARD_REQUIRED ON)
target_link_libraries(furries verbly twitter++ yaml-cpp)