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.
20 lines
509 B
20 lines
509 B
14 years ago
|
include_directories(../../CoreLib)
|
||
|
include_directories(../../NucleusLib)
|
||
|
include_directories(../../NucleusLib/inc)
|
||
14 years ago
|
include_directories("../../PubUtilLib")
|
||
14 years ago
|
|
||
|
set(pnDispatch_SOURCES
|
||
|
plDispatch.cpp
|
||
|
plDispatchLogBase.cpp
|
||
|
)
|
||
|
|
||
|
set(pnDispatch_HEADERS
|
||
|
plDispatch.h
|
||
|
plDispatchLogBase.h
|
||
|
pnDispatchCreatable.h
|
||
|
)
|
||
|
|
||
|
add_library(pnDispatch STATIC ${pnDispatch_SOURCES} ${pnDispatch_HEADERS})
|
||
|
|
||
|
source_group("Source Files" FILES ${pnDispatch_SOURCES})
|
||
|
source_group("Header Files" FILES ${pnDispatch_HEADERS})
|