Retro68/MakePEF/CMakeLists.txt

7 lines
253 B
CMake
Raw Normal View History

2015-08-30 09:57:07 +00:00
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)