Changeset View
Changeset View
Standalone View
Standalone View
build_files/build_environment/cmake/harvest.cmake
| Show All 11 Lines | |||||
| # | # | ||||
| # You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | ||||
| # along with this program; if not, write to the Free Software Foundation, | # along with this program; if not, write to the Free Software Foundation, | ||||
| # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| # | # | ||||
| # ***** END GPL LICENSE BLOCK ***** | # ***** END GPL LICENSE BLOCK ***** | ||||
| ######################################################################## | ######################################################################## | ||||
| # Copy all generated files to the proper strucure as blender prefers | # Copy all generated files to the proper structure as blender prefers | ||||
| ######################################################################## | ######################################################################## | ||||
| if(NOT DEFINED HARVEST_TARGET) | if(NOT DEFINED HARVEST_TARGET) | ||||
| set(HARVEST_TARGET ${CMAKE_CURRENT_SOURCE_DIR}/Harvest) | set(HARVEST_TARGET ${CMAKE_CURRENT_SOURCE_DIR}/Harvest) | ||||
| endif() | endif() | ||||
| message("HARVEST_TARGET = ${HARVEST_TARGET}") | message("HARVEST_TARGET = ${HARVEST_TARGET}") | ||||
| if(WIN32) | if(WIN32) | ||||
| ▲ Show 20 Lines • Show All 176 Lines • Show Last 20 Lines | |||||