Skip to content

Commit

Permalink
More linux and macOS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Feb 6, 2024
1 parent 3c53679 commit 7a13383
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ if (APPLE OR LINUX)
target_compile_options(quaesar PRIVATE -DUAE=1 -D_cdecl= -DFILEFLAG_WRITE=1 -DOS_NAME=\"linux\")
target_compile_options(quaesar PRIVATE -DUSHORT=uint16_t -DHWND=uint32_t -DHRESULT=uint32_t -DWPARAM=uint16_t -DLPARAM=uint32_t)
target_compile_definitions(quaesar PRIVATE FSUAE)
target_include_directories(quaesar PRIVATE ${SDL2_INCLUDE_DIRS})
target_link_libraries(quaesar ${SDL2_LIBRARIES})
endif()

if (WIN32)
Expand Down

0 comments on commit 7a13383

Please sign in to comment.