You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
743 B
31 lines
743 B
include_directories(../../CoreLib) |
|
include_directories(../../NucleusLib) |
|
include_directories(../../NucleusLib/inc) |
|
include_directories(../../PubUtilLib) |
|
include_directories(../../FeatureLib) |
|
|
|
set(pfMessage_SOURCES |
|
pfKIMsg.cpp |
|
pfMarkerMsg.cpp |
|
pfMovieEventMsg.cpp |
|
plArmatureEffectMsg.cpp |
|
plClothingMsg.cpp |
|
) |
|
|
|
set(pfMessage_HEADERS |
|
pfBackdoorMsg.h |
|
pfGameGUIMsg.h |
|
pfGameScoreMsg.h |
|
pfGUINotifyMsg.h |
|
pfKIMsg.h |
|
pfMarkerMsg.h |
|
pfMessageCreatable.h |
|
pfMovieEventMsg.h |
|
plArmatureEffectMsg.h |
|
plClothingMsg.h |
|
) |
|
|
|
add_library(pfMessage STATIC ${pfMessage_SOURCES} ${pfMessage_HEADERS}) |
|
|
|
source_group("Source Files" FILES ${pfMessage_SOURCES}) |
|
source_group("Header Files" FILES ${pfMessage_HEADERS})
|
|
|