mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-04 21:50:35 -04:00
Shaved off about 5MB from freetype. It's far larger than any other library I'm pulling in.
This commit is contained in:
parent
10827bf2df
commit
cb40cbd867
5 changed files with 40 additions and 24 deletions
|
@ -1,18 +1,18 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
project(hitutils)
|
||||
|
||||
set(HITDUMP_SOURCES
|
||||
hitdump.cpp
|
||||
)
|
||||
|
||||
set(HITASM_SOURCES
|
||||
hitasm.cpp
|
||||
)
|
||||
|
||||
set(HITLD_SOURCES
|
||||
hitld.cpp
|
||||
)
|
||||
|
||||
add_executable(hitdump ${HITDUMP_SOURCES})
|
||||
add_executable(hitasm ${HITASM_SOURCES})
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
project(hitutils)
|
||||
|
||||
set(HITDUMP_SOURCES
|
||||
hitdump.cpp
|
||||
)
|
||||
|
||||
set(HITASM_SOURCES
|
||||
hitasm.cpp
|
||||
)
|
||||
|
||||
set(HITLD_SOURCES
|
||||
hitld.cpp
|
||||
)
|
||||
|
||||
add_executable(hitdump ${HITDUMP_SOURCES})
|
||||
add_executable(hitasm ${HITASM_SOURCES})
|
||||
add_executable(hitld ${HITLD_SOURCES})
|
Loading…
Add table
Add a link
Reference in a new issue