mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
c2b71b8147
lowercase function names, blocks indent
11 lines
333 B
CMake
11 lines
333 B
CMake
set(HEADERS HyperAnarchy.h hyperstr.h)
|
|
set(CPPS hyperanarchy.cpp)
|
|
|
|
set(NETGAME_MODULE hyperanarchy)
|
|
|
|
add_library(${NETGAME_MODULE} SHARED ${CPPS} ${HEADERS})
|
|
set_target_properties(${NETGAME_MODULE} PROPERTIES PREFIX "")
|
|
set_target_properties(${NETGAME_MODULE} PROPERTIES SUFFIX ".d3m")
|
|
|
|
target_link_libraries(${NETGAME_MODULE} dmfc)
|