First iteration of denali server
This commit is contained in:
parent
82b1a5c4db
commit
ffa2d97a64
18 changed files with 273 additions and 39 deletions
|
|
@ -3,7 +3,8 @@ add_executable(yellowstone
|
|||
yellowstone.cpp
|
||||
)
|
||||
target_include_directories(yellowstone
|
||||
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/../denali/include/")
|
||||
|
||||
target_link_libraries(yellowstone
|
||||
cxx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue