mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
fb0dabc367
Currently, this tool can make only create HOG from list of files taken from text file (one line per file).
10 lines
170 B
CMake
10 lines
170 B
CMake
if(WIN32)
|
|
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SUBSYSTEM:CONSOLE")
|
|
endif()
|
|
|
|
add_executable(
|
|
HogMaker
|
|
HogMaker/HogFormat.cpp
|
|
HogMaker/HogMaker.cpp
|
|
)
|