fix previous commit

This commit is contained in:
Wolfgang Thaller 2017-10-05 15:47:24 +02:00
parent 24d9c90686
commit 3223176f5b

View File

@ -9,10 +9,8 @@ if(APPLE)
LIST(APPEND LAUNCHMETHODS
Classic.h Classic.cc
)
if(LAUNCHCFMAPP)
LIST(APPEND LAUNCHMETHODS
Carbon.h Carbon.cc)
endif()
LIST(APPEND LAUNCHMETHODS
Carbon.h Carbon.cc)
endif()
add_definitions(-DRETRO68_PREFIX="${CMAKE_INSTALL_PREFIX}")