mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
21 lines
461 B
CMake
21 lines
461 B
CMake
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})
|