SAPIServer/speech2/CMakeLists.txt
modeco80 ddd3483620 add boost asio to speech2
currently the main program is just some stackful coro example stuff that i used just to test

i'll add beast too in a sec but just. hang on
2024-07-20 06:37:09 -04:00

20 lines
255 B
CMake

cmake_minimum_required(VERSION 3.15)
project(speech2)
xp_init()
enable_language(ASM)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
include(Policies)
include(ProjectFuncs)
add_subdirectory(third_party/boost)
add_subdirectory(src)