20 lines
461 B
20 lines
461 B
include_directories("../../CoreLib") |
|
|
|
set(plContainer_SOURCES |
|
hsStringTable.cpp |
|
plConfigInfo.cpp |
|
plConfigInfoLogging.cpp |
|
plKeysAndValues.cpp |
|
) |
|
|
|
set(plContainer_HEADERS |
|
hsStringTable.h |
|
plConfigInfo.h |
|
plContainer.h |
|
plKeysAndValues.h |
|
) |
|
|
|
add_library(plContainer STATIC ${plContainer_SOURCES} ${plContainer_HEADERS}) |
|
|
|
source_group("Source Files" FILES ${plContainer_SOURCES}) |
|
source_group("Header Files" FILES ${plContainer_HEADERS})
|
|
|