CaVM/src/CMakeLists.txt

9 lines
163 B
CMake
Raw Normal View History

2024-08-13 12:12:22 +00:00
add_subdirectory(ConstantPoolTags)
add_subdirectory(FieldInfo)
add_subdirectory(Method)
set(CONSTANT_POOL_TAG_SRC
${CONSTANT_POOL_TAG_SRC}
PARENT_SCOPE
)