mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 05:54:57 +00:00
Expression class to store compiled expressions and associated variable list. Co-authored-by: TryTwo <taolas@gmail.com>
2 lines
80 B
CMake
2 lines
80 B
CMake
add_library(expr INTERFACE)
|
|
target_include_directories(expr INTERFACE include/)
|