Skip to content

Commit

Permalink
Move id_io.h to config
Browse files Browse the repository at this point in the history
This is a shim header so it belongs in the porting config library
  • Loading branch information
LegalizeAdulthood committed Mar 17, 2024
1 parent c281bfc commit eb8a56d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ add_subdirectory(unix)
add_subdirectory(win32)

add_library(libid
headers/id_io.h
headers/os.h

common/3d.cpp headers/3d.h
Expand Down
1 change: 1 addition & 0 deletions config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ configure_file(port_config.h.in include/port_config.h)
add_library(config INTERFACE)
target_sources(config INTERFACE
port_config.h.in
include/id_io.h
include/port.h
include/string_case_compare.h
"${CMAKE_CURRENT_BINARY_DIR}/include/port_config.h"
Expand Down
File renamed without changes.

0 comments on commit eb8a56d

Please sign in to comment.