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.
|
|
|
include_directories("../../CoreLib")
|
|
|
|
include_directories("../../FeatureLib")
|
|
|
|
include_directories("../../NucleusLib/inc")
|
|
|
|
include_directories("../../NucleusLib")
|
|
|
|
include_directories("../../PubUtilLib")
|
|
|
|
|
|
|
|
set(plAgeLoader_SOURCES
|
|
|
|
plAgeLoader.cpp
|
|
|
|
plAgeLoaderPaging.cpp
|
|
|
|
plResPatcher.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
set(plAgeLoader_HEADERS
|
|
|
|
plAgeLoader.h
|
|
|
|
plAgeLoaderCreatable.h
|
|
|
|
plResPatcher.h
|
|
|
|
)
|
|
|
|
|
|
|
|
add_library(plAgeLoader STATIC ${plAgeLoader_SOURCES} ${plAgeLoader_HEADERS})
|
|
|
|
|
|
|
|
target_link_libraries(plAgeLoader pfPatcher)
|
|
|
|
|
|
|
|
source_group("Source Files" FILES ${plAgeLoader_SOURCES})
|
|
|
|
source_group("Header Files" FILES ${plAgeLoader_HEADERS})
|