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(../../NucleusLib)
|
|
|
|
include_directories(../../NucleusLib/inc)
|
|
|
|
include_directories(../../PubUtilLib)
|
|
|
|
|
|
|
|
if(WIN32)
|
|
|
|
include_directories(${DirectX_INCLUDE_DIR})
|
|
|
|
add_definitions(-DWIN32)
|
|
|
|
endif(WIN32)
|
|
|
|
|
|
|
|
set(pfSurface_SOURCES
|
|
|
|
plDistOpacityMod.cpp
|
|
|
|
plFadeOpacityLay.cpp
|
|
|
|
plFadeOpacityMod.cpp
|
|
|
|
plGrabCubeMap.cpp
|
|
|
|
plLayerAVI.cpp
|
|
|
|
plLayerMovie.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
set(pfSurface_HEADERS
|
|
|
|
pfSurfaceCreatable.h
|
|
|
|
plDistOpacityMod.h
|
|
|
|
plFadeOpacityLay.h
|
|
|
|
plFadeOpacityMod.h
|
|
|
|
plGrabCubeMap.h
|
|
|
|
plLayerAVI.h
|
|
|
|
plLayerMovie.h
|
|
|
|
)
|
|
|
|
|
|
|
|
add_library(pfSurface STATIC ${pfSurface_SOURCES} ${pfSurface_HEADERS})
|
|
|
|
|
|
|
|
source_group("Source Files" FILES ${pfSurface_SOURCES})
|
|
|
|
source_group("Header Files" FILES ${pfSurface_HEADERS})
|