Skip to content

Commit

Permalink
cmake: moving config file template to cmake subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Jan 28, 2025
1 parent 68ac1f4 commit 7debf3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ endif()
include (CheckTypeSize)
check_type_size(int SIZEOF_INT LANGUAGE C)

configure_file(config.h.cmake config.h)
configure_file(cmake/config.h.cmake config.h)

#target_include_directories(test PRIVATE include)
include_directories(include .)
Expand Down
File renamed without changes.

0 comments on commit 7debf3e

Please sign in to comment.