9 lines
163 B
CMake
9 lines
163 B
CMake
|
|
add_subdirectory(ConstantPoolTags)
|
||
|
|
add_subdirectory(FieldInfo)
|
||
|
|
add_subdirectory(Method)
|
||
|
|
|
||
|
|
set(CONSTANT_POOL_TAG_SRC
|
||
|
|
${CONSTANT_POOL_TAG_SRC}
|
||
|
|
|
||
|
|
PARENT_SCOPE
|
||
|
|
)
|