2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 12:24:56 +00:00

Move all submodules to extern

This commit is contained in:
2021-04-06 15:02:50 -04:00
parent 3c2dd5b95a
commit e9008c9e25
62 changed files with 88 additions and 69 deletions

View File

@@ -56,8 +56,7 @@ set(COMMON_SOURCES
ClientProcess.cpp
SteamFinder.cpp
WideStringConvert.cpp
Compilers.cpp
Pipeline.cpp)
Compilers.cpp)
if(UNIX)
list(APPEND PLAT_SRCS closefrom.c)
@@ -69,7 +68,8 @@ add_library(hecl-full
${BLENDER_SOURCES}
${COMMON_SOURCES}
${HECL_HEADERS}
${PLAT_SRCS})
${PLAT_SRCS}
Pipeline.cpp)
target_include_directories(hecl-full PUBLIC ../include)
target_link_libraries(hecl-full PUBLIC ${HECL_APPLICATION_REPS_TARGETS_LIST}
hecl-blender-addon boo athena-core logvisor)