Skip to content

Commit

Permalink
also copy console_sci to build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 11, 2012
1 parent 70aa06b commit 3941112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Expand Up @@ -107,7 +107,7 @@ ADD_CUSTOM_COMMAND(TARGET compile_python_files
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)

FOREACH(file __init__.py utils.py console.py)
FOREACH(file __init__.py utils.py console.py console_sci.py help.py)
ADD_CUSTOM_COMMAND(TARGET compile_python_files
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy ${file} ${QGIS_PYTHON_OUTPUT_DIRECTORY}
Expand Down

0 comments on commit 3941112

Please sign in to comment.