mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
17 lines
444 B
CMake
17 lines
444 B
CMake
#-------------------------------------------------
|
|
# Build the kernel
|
|
#-------------------------------------------------
|
|
add_subdirectory(src)
|
|
|
|
#-------------------------------------------------
|
|
# Build clib
|
|
#-------------------------------------------------
|
|
add_subdirectory(clib)
|
|
|
|
#-------------------------------------------------
|
|
# Build C++ user interface
|
|
#-------------------------------------------------
|
|
add_subdirectory(cxx)
|
|
|
|
|