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.
 
 
 
 
 

29 lines
701 B

include_directories("../../CoreLib")
include_directories("../../NucleusLib/inc")
include_directories("../../NucleusLib")
include_directories("../../PubUtilLib")
include_directories(${PHYSX_INCLUDE_DIRS})
set(plPhysX_SOURCES
plLOSDispatch.cpp
plPXConvert.cpp
plPXPhysical.cpp
plPXPhysicalControllerCore.cpp
plSimulationMgr.cpp
)
set(plPhysX_HEADERS
plLOSDispatch.h
plPhysXCreatable.h
plPXConvert.h
plPXPhysical.h
plPXPhysicalControllerCore.h
plPXStream.h
plSimulationMgr.h
)
add_library(plPhysX STATIC ${plPhysX_SOURCES} ${plPhysX_HEADERS})
source_group("Source Files" FILES ${plPhysX_SOURCES})
source_group("Header Files" FILES ${plPhysX_HEADERS})