Browse Source

Disable pfPythonTest on non-Windows until it can be built and linked

without the Windows-specific pieces.
Michael Hansen 9 years ago
parent
commit
d42650a32f
  1. 2
      Sources/Plasma/PubUtilLib/plPipeline/plPipelineCreatable.h
  2. 4
      Sources/Tests/FeatureTests/CMakeLists.txt

2
Sources/Plasma/PubUtilLib/plPipeline/plPipelineCreatable.h

@ -45,11 +45,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pnFactory/plCreator.h"
#ifdef HS_BUILD_FOR_WIN32
#include <d3d9.h>
#include "DX/plDXPipeline.h"
REGISTER_NONCREATABLE( plDXPipeline );
#endif
#include "hsFogControl.h"

4
Sources/Tests/FeatureTests/CMakeLists.txt

@ -1 +1,3 @@
add_subdirectory(pfPythonTest)
if(WIN32)
add_subdirectory(pfPythonTest)
endif()

Loading…
Cancel
Save