Remove denali cpp executable.
This commit is contained in:
parent
faa71d08c5
commit
440de700f9
10 changed files with 0 additions and 997 deletions
|
|
@ -1,24 +1 @@
|
|||
add_executable(denali
|
||||
ahci/ahci_controller.cpp
|
||||
ahci/ahci_port.cpp
|
||||
denali.cpp
|
||||
denali_server.cpp
|
||||
)
|
||||
|
||||
|
||||
target_include_directories(denali
|
||||
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
target_link_libraries(denali
|
||||
denali_yunq
|
||||
glacier
|
||||
mammoth
|
||||
yellowstone_yunq
|
||||
)
|
||||
|
||||
set_target_properties(denali PROPERTIES
|
||||
COMPILE_FLAGS "${CMAKE_CXX_FLAGS} ${BASE_COMPILE_FLAGS}"
|
||||
LINK_FLAGS "${CMAKE_EXE_LINK_FLAGS} ${BASE_LINK_FLAGS}"
|
||||
)
|
||||
|
||||
yunq_gen(lib/denali lib denali)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue