Skip to content

Commit

Permalink
add download helium from dropbox dir #3
Browse files Browse the repository at this point in the history
  • Loading branch information
akindyakov committed Jul 16, 2013
1 parent a8082ba commit 80c88e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build/linux_build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ echo generate makefiles
echo ------------------------------------------------------

#sh linux_clean.sh
echo remove product directiry
rm -r product/release

echo create product directory
mkdir product/
mkdir product/release/
mkdir product
mkdir product/release

cd product/release/
cd product/release

cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ../../../

Expand Down
3 changes: 3 additions & 0 deletions cmake/heliumResourceIncludes.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ SET ( HELIUM_RESOURCE_SEARCH_PATHS
${CMAKE_HOME_DIRECTORY}/../helium_resource
${CMAKE_HOME_DIRECTORY}/../Helium_resource
${CMAKE_HOME_DIRECTORY}/../HeliumResource
~/Dropbox/game_project/helium_resource
~/Dropbox/game_project/Helium_resource
~/Dropbox/game_project/HeliumResource
)

#SET( HELIUM_RESOURCE_OUT_DIR ${EXECUTABLE_OUTPUT_PATH}/helium_resource)
Expand Down

0 comments on commit 80c88e3

Please sign in to comment.