mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Add WIP Ratpack library target
This commit is contained in:
parent
2db166d98e
commit
b28d1f96b0
1 changed files with 16 additions and 0 deletions
|
@ -13,3 +13,19 @@ add_library(CEngine
|
|||
CEngine/sciset.cpp
|
||||
)
|
||||
target_include_directories(CEngine PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
add_library(Ratpack
|
||||
Ratpack/basex.cpp
|
||||
Ratpack/conv.cpp
|
||||
Ratpack/exp.cpp
|
||||
Ratpack/fact.cpp
|
||||
Ratpack/itrans.cpp
|
||||
Ratpack/itransh.cpp
|
||||
Ratpack/logic.cpp
|
||||
Ratpack/num.cpp
|
||||
Ratpack/rat.cpp
|
||||
Ratpack/support.cpp
|
||||
Ratpack/trans.cpp
|
||||
Ratpack/transh.cpp
|
||||
)
|
||||
target_include_directories(Ratpack PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue