dolphin/Externals/expr/CMakeLists.txt
smurf3tte 7842f9a715 Debugger: Initial implementation of conditional breakpoints
Expression class to store compiled expressions and associated variable list.

Co-authored-by:  TryTwo <taolas@gmail.com>
2022-10-06 21:34:44 -07:00

2 lines
80 B
CMake

add_library(expr INTERFACE)
target_include_directories(expr INTERFACE include/)