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.
27 lines
680 B
27 lines
680 B
include_directories(../../CoreLib) |
|
include_directories(../../FeatureLib) |
|
include_directories(../../NucleusLib) |
|
include_directories(../../NucleusLib/inc) |
|
include_directories(../../PubUtilLib) |
|
|
|
set(pfCamera_SOURCES |
|
pfCameraProxy.cpp |
|
plCameraBrain.cpp |
|
plCameraModifier.cpp |
|
plInterestingModifier.cpp |
|
plVirtualCamNeu.cpp |
|
) |
|
|
|
set(pfCamera_HEADERS |
|
pfCameraCreatable.h |
|
pfCameraProxy.h |
|
plCameraBrain.h |
|
plCameraModifier.h |
|
plInterestingModifier.h |
|
plVirtualCamNeu.h |
|
) |
|
|
|
add_library(pfCamera STATIC ${pfCamera_SOURCES} ${pfCamera_HEADERS}) |
|
|
|
source_group("Source Files" FILES ${pfCamera_SOURCES}) |
|
source_group("Header Files" FILES ${pfCamera_HEADERS})
|
|
|