mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-04 13:47:04 -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)
|
|
@ -1,5 +1,5 @@
|
|||
#include <windows.h>
|
||||
#include "../../../Libraries/FileHandler/libpng/png.h"
|
||||
#include <png.h>
|
||||
|
||||
extern HDC hDC;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "Windows.hpp"
|
||||
#include "GUI.hpp"
|
||||
#include "../../../Libraries/FileHandler/libpng/png.h"
|
||||
#include <png.h>
|
||||
|
||||
HBITMAP PNGIcon[MENUICONS];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue