2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00
Files
CWE-ou-minkata/Sources/Plasma/PubUtilLib/plStatGather/CMakeLists.txt
Branan Purvine-Riley 908aaeb6f6 Fix line endings and tabs
2011-04-11 16:27:55 -07:00

25 lines
645 B
CMake

include_directories("../../CoreLib")
include_directories("../../NucleusLib/inc")
include_directories("../../NucleusLib")
include_directories("../../PubUtilLib")
include_directories(${OPENSSL_INCLUDE_DIR})
set(plStatGather_SOURCES
plAutoProfile.cpp
plCalculatedProfiles.cpp
plProfileManagerFull.cpp
)
set(plStatGather_HEADERS
plAutoProfile.h
plCalculatedProfiles.h
plProfileManagerFull.h
plStatGatherCreatable.h
)
add_library(plStatGather STATIC ${plStatGather_SOURCES} ${plStatGather_HEADERS})
source_group("Source Files" FILES ${plStatGather_SOURCES})
source_group("Header Files" FILES ${plStatGather_HEADERS})