- updated cmake to only place binaries in dev friendly folder if a new option is passed (enabled by default using the build script)

-DWANT_DEV_OUTPATH=ON
This commit is contained in:
Mark Vejvoda
2013-01-15 20:13:18 +00:00
parent 1e6364051b
commit 0b087a9e84
4 changed files with 7 additions and 1 deletions

View File

@@ -134,6 +134,8 @@ IF(BUILD_MEGAGLEST_MODEL_VIEWER)
ENDIF()
ENDIF()
MESSAGE(STATUS "***Note: The final output path for Megaglest G3d Viewer will be [${EXECUTABLE_OUTPUT_PATH}]")
FIND_PROGRAM(HELP2MAN "help2man")
SET_SOURCE_FILES_PROPERTIES(${MG_INCLUDE_FILES} PROPERTIES HEADER_FILE_ONLY 1)