Skip to content

Commit

Permalink
Add libraries to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed Oct 15, 2023
1 parent bcfaba1 commit c2d7bd5
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 @@ -690,7 +690,7 @@ target_compile_definitions(NP2kai_bbase INTERFACE ${NP2kai_common_definitions} "
target_include_directories(NP2kai_bbase INTERFACE ${NP2kai_common_include_dirs})
target_sources(NP2kai_bbase INTERFACE ${NP2kai_common_sources})
if(NP2kai_Windows AND NOT MSVC_VERSION)
target_link_libraries(NP2kai_bbase INTERFACE stdc++)
target_link_libraries(NP2kai_bbase INTERFACE stdc++ winmm imm32 gdi32 freetype)
elseif(NOT NP2kai_Windows)
target_link_libraries(NP2kai_bbase INTERFACE)
endif()
Expand Down

0 comments on commit c2d7bd5

Please sign in to comment.