mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 01:08:37 +00:00
12 lines
161 B
CMake
12 lines
161 B
CMake
#
|
|
#
|
|
#
|
|
|
|
CollectIncludeDirectories(
|
|
${CMAKE_MOD_AHBOT_DIR}/src
|
|
PUBLIC_INCLUDES)
|
|
|
|
target_include_directories(game-interface
|
|
INTERFACE
|
|
${PUBLIC_INCLUDES})
|