Changeset View
Changeset View
Standalone View
Standalone View
source/creator/CMakeLists.txt
| Context not available. | |||||
| unset(BUILD_PLATFORM) | unset(BUILD_PLATFORM) | ||||
| unset(BUILD_TYPE) | unset(BUILD_TYPE) | ||||
| unset(BUILD_CFLAGS) | unset(BUILD_CFLAGS) | ||||
| unset(BUILD_CXXFLAGS) | unset(BUILD_CXXFLAGS) | ||||
| unset(BUILD_LINKFLAGS) | unset(BUILD_LINKFLAGS) | ||||
| unset(BUILD_SYSTEM) | unset(BUILD_SYSTEM) | ||||
| # -------------------------------------------------------------------------- | # -------------------------------------------------------------------------- | ||||
| # write header for values that change each build | # write header for values that change each build | ||||
| # note, generaed file is in build dir's source/creator | # note, generated file is in build dir's source/creator | ||||
| # except when used as an include path. | # except when used as an include path. | ||||
| add_definitions(-DWITH_BUILDINFO_HEADER) | add_definitions(-DWITH_BUILDINFO_HEADER) | ||||
| # include the output directory, where the buildinfo.h file is generated | # include the output directory, where the buildinfo.h file is generated | ||||
| include_directories(${CMAKE_CURRENT_BINARY_DIR}) | include_directories(${CMAKE_CURRENT_BINARY_DIR}) | ||||
| # XXX, ${buildinfo_h_fake} is used here, | # XXX, ${buildinfo_h_fake} is used here, | ||||
| # because we rely on that file being detected as missing | # because we rely on that file being detected as missing | ||||
| Context not available. | |||||