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
469 B
20 lines
469 B
11 years ago
|
include_directories("../../CoreLib")
|
||
|
include_directories("../../NucleusLib")
|
||
|
include_directories("../../NucleusLib/inc")
|
||
|
include_directories("../../PubUtilLib")
|
||
|
|
||
|
set(pfPatcher_SOURCES
|
||
|
plManifests.cpp
|
||
|
pfPatcher.cpp
|
||
|
)
|
||
|
|
||
|
set(pfPatcher_HEADERS
|
||
|
plManifests.h
|
||
|
pfPatcher.h
|
||
|
)
|
||
|
|
||
|
add_library(pfPatcher STATIC ${pfPatcher_SOURCES} ${pfPatcher_HEADERS})
|
||
|
|
||
|
source_group("Source Files" FILES ${pfPatcher_SOURCES})
|
||
|
source_group("Header Files" FILES ${pfPatcher_HEADERS})
|