Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Feb 6, 2024
1 parent 7a13383 commit 314b786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ if (APPLE OR 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})
target_link_libraries(quaesar PRIVATE ${SDL2_LIBRARIES})
endif()

if (WIN32)
Expand Down

0 comments on commit 314b786

Please sign in to comment.