Skip to content

Commit

Permalink
Update Malmo/src/PythonWrapper/CMakeLists.txt
Browse files Browse the repository at this point in the history
This commit updates Malmo/src/PythonWrapper/CMakeLists.txt to use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR, for easier inclusion in other CMake-based projects.
  • Loading branch information
Adarsh Pyarelal authored Jul 10, 2019
1 parent 78157c8 commit f68e43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Malmo/src/PythonWrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set( CPP_SOURCES
)

set( OTHER_FILES
${CMAKE_SOURCE_DIR}/Malmo/samples/Python_examples/tutorial_6.xml
${PROJECT_SOURCE_DIR}/Malmo/samples/Python_examples/tutorial_6.xml
)

python_add_module( MalmoPython SHARED ${CPP_SOURCES} )
Expand Down

0 comments on commit f68e43d

Please sign in to comment.