These operations has been available for a while, but were not described in the tutorial. Add a new chapter on using and defining match operations.
6 lines
103 B
CMake
6 lines
103 B
CMake
add_custom_target(TransformExample)
|
|
|
|
add_subdirectory(Ch2)
|
|
add_subdirectory(Ch3)
|
|
add_subdirectory(Ch4)
|