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

Co-authored-by:  TryTwo <[email protected]>
2022-10-06 21:34:44 -07:00

3 lines
80 B
CMake

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