Skip to content

Commit

Permalink
More more more CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Jun 9, 2024
1 parent 0fcc146 commit 78d07b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ set(OBSIDIAN_SOURCE_FILES
source/m_options.cc
source/m_trans.cc
source/main.cc
source/obsidian.rc
source/poly_map.cc
source/poly.cc
source/poly_util.cc
Expand Down Expand Up @@ -108,6 +107,13 @@ if (NOT CONSOLE_ONLY)
)
endif()

if (WIN32)
set(OBSIDIAN_SOURCE_FILES
${OBSIDIAN_SOURCE_FILES}
source/obsidian.rc
)
endif()

add_executable(
obsidian
${OBSIDIAN_SOURCE_FILES}
Expand Down
2 changes: 2 additions & 0 deletions source/bsp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#include "bsp.h"

#include <string.h>

#include "bsp_utility.h"
#include "bsp_wad.h"
#include "lib_util.h"
Expand Down

0 comments on commit 78d07b5

Please sign in to comment.