13 lines
250 B
CMake
13 lines
250 B
CMake
add_subdirectory(ConstantPoolTags)
|
|
add_subdirectory(FieldInfo)
|
|
add_subdirectory(Method)
|
|
|
|
set(CWD ${CMAKE_CURRENT_LIST_DIR})
|
|
|
|
set(CONSTANT_POOL_TAG_SRC
|
|
${CWD}/Main.cpp
|
|
${CWD}/AttributeParser.cpp
|
|
${CONSTANT_POOL_TAG_SRC}
|
|
|
|
PARENT_SCOPE
|
|
) |