mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(build): include storm in include directories
This commit is contained in:
parent
ca4e75e197
commit
03da5cddc2
1 changed files with 5 additions and 0 deletions
|
|
@ -3,3 +3,8 @@ file(GLOB_RECURSE STORM_SOURCES "*.cpp")
|
|||
add_library(storm STATIC
|
||||
${STORM_SOURCES}
|
||||
)
|
||||
|
||||
target_include_directories(storm
|
||||
PRIVATE
|
||||
${CMAKE_SOURCE_DIR}/storm
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue