Skip to content

Commit

Permalink
CMakeLists for MacOS tested with GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzaffin committed Jan 27, 2024
1 parent 2cf0385 commit f93cf90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ endif()
if(UNIX OR MSYS)
target_link_libraries(eupplay PRIVATE stdc++ ${SDL2_LIBRARIES})
target_include_directories(eupplay PUBLIC ${SDL2_INCLUDE_DIRS})
target_compile_options(eupplay PUBLIC ${SDL2_FLAGS_OTHERS})
target_compile_options(eupplay PUBLIC ${SDL2_CFLAGS} ${SDL2_CFLAGS_OTHERS})
target_link_options(eupplay PUBLIC ${SDL2_LDFLAGS} ${SDL2_LDFLAGS_OTHERS})
endif()

0 comments on commit f93cf90

Please sign in to comment.