Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 254477 | Differences between
and this patch

Collapse All | Expand All

(-)fceu.orig/CMakeLists.txt (-3 lines)
Lines 2-10 Link Here
2
project(fceux)
2
project(fceux)
3
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/bin)
3
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/bin)
4
add_subdirectory(cmake/native)
4
add_subdirectory(cmake/native)
5
if(UNIX)
6
  add_subdirectory(cmake/cross-mingw32)
7
endif(UNIX)
8
5
9
add_custom_command(
6
add_custom_command(
10
  OUTPUT ${EXECUTABLE_OUTPUT_PATH}/fceux.chm
7
  OUTPUT ${EXECUTABLE_OUTPUT_PATH}/fceux.chm

Return to bug 254477