Skip to content

Commit

Permalink
Merge pull request #100 from sharkwouter/fix-build-for-psp
Browse files Browse the repository at this point in the history
Make argtable3 able to build for Playstation Portable
  • Loading branch information
tomghuang authored Jun 15, 2024
2 parents 80761e4 + 9b69317 commit 8637658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ set_target_properties(argtable3 PROPERTIES
)

include(GNUInstallDirs)
if(UNIX OR MSYS OR MINGW)
if(UNIX OR MSYS OR MINGW OR PSP)
set(ARGTABLE3_INSTALL_CMAKEDIR ${CMAKE_INSTALL_LIBDIR}/cmake/argtable3)
elseif(WIN32)
set(ARGTABLE3_INSTALL_CMAKEDIR "cmake")
Expand Down

0 comments on commit 8637658

Please sign in to comment.