Skip to content

Commit

Permalink
verbose making
Browse files Browse the repository at this point in the history
  • Loading branch information
iowen8 committed Feb 19, 2012
1 parent a2e5549 commit d767668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if(COMMAND cmake_policy)
endif(COMMAND cmake_policy)

PROJECT(P3D)
SET( CMAKE_VERBOSE_MAKEFILE on )
SET(P3D_EMBEDDED_USE_FILE "p3d/UseEmbeddedP3d.cmake" CACHE INTERNAL "Nestk cmake file to be included by parent project")
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR} CACHE STATIC "Module path")
SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
Expand Down

0 comments on commit d767668

Please sign in to comment.