mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
7 lines
253 B
CMake
7 lines
253 B
CMake
set(CMAKE_CXX_FLAGS "--std=c++11 -Wall -Werror=return-type -Wno-multichar")
|
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../CIncludes)
|
|
add_executable(MakePEF MakePEF.cc xcoff.h powerpc.h external.h)
|
|
|
|
install(TARGETS MakePEF RUNTIME DESTINATION bin)
|