|
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 |