Skip to content

Commit

Permalink
Add boost-preprocessor as a submodule
Browse files Browse the repository at this point in the history
Not all distro packages provide it. For example, Ubuntu's libboost has
it, but brew's boost package does not. Oh well.
  • Loading branch information
jeaye committed Nov 2, 2024
1 parent b599ab6 commit 5d87a43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
[submodule "compiler+runtime/third-party/libzippp"]
path = compiler+runtime/third-party/libzippp
url = https://github.com/jank-lang/libzippp.git
[submodule "compiler+runtime/third-party/boost-preprocessor"]
path = compiler+runtime/third-party/boost-preprocessor
url = https://github.com/jank-lang/boost-preprocessor.git
1 change: 1 addition & 0 deletions compiler+runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ target_include_directories(
"$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/third-party/magic_enum/include/magic_enum>"
"$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/third-party/cli11/include>"
"$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/third-party/libzippp/src>"
"$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/third-party/boost-preprocessor/include>"
)
target_precompile_headers(
jank_lib
Expand Down
1 change: 1 addition & 0 deletions compiler+runtime/third-party/boost-preprocessor
Submodule boost-preprocessor added at c4ea7e

0 comments on commit 5d87a43

Please sign in to comment.