mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
c18be49ae6
Disable global linker option that forces /SUBSYSTEM:WINDOWS for all executables (tools and unittest included).
8 lines
186 B
CMake
8 lines
186 B
CMake
add_executable(
|
|
HogMaker
|
|
HogMaker/HogFormat.cpp
|
|
HogMaker/HogMaker.cpp
|
|
)
|
|
add_dependencies(HogMaker get_git_hash)
|
|
target_include_directories(HogMaker PRIVATE ${PROJECT_BINARY_DIR}/lib)
|