mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-21 14:55:01 -04:00
Added freetype under cmake. My immediate next job is libvitaboy.
This commit is contained in:
parent
17c3bb1145
commit
f9b59088a1
6 changed files with 9 additions and 6 deletions
|
@ -12,8 +12,9 @@ if(WIN32)
|
|||
windows/Dialog/AddToArchive.cpp
|
||||
windows/Dialog/NewArchive.cpp
|
||||
)
|
||||
set(FARDIVE_LINK -mwindows ole32 uxtheme)
|
||||
set(FARDIVE_LINK ole32 uxtheme)
|
||||
add_executable(FARDive WIN32 ${FARDIVE_SOURCES})
|
||||
endif()
|
||||
|
||||
add_executable(FARDive ${FARDIVE_SOURCES})
|
||||
include_directories(${CMAKE_SOURCE_DIR}/Libraries/FileHandler/libpng)
|
||||
target_link_libraries(FARDive ${FARDIVE_LINK} libpng_shared)
|
Loading…
Add table
Add a link
Reference in a new issue