mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
7842f9a715
Expression class to store compiled expressions and associated variable list. Co-authored-by: TryTwo <taolas@gmail.com>
3 lines
80 B
CMake
3 lines
80 B
CMake
add_library(expr INTERFACE)
|
|
target_include_directories(expr INTERFACE include/)
|