mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 04:42:28 +00:00
14 lines
367 B
CMake
14 lines
367 B
CMake
set(patch_sources
|
|
client_version.cpp
|
|
)
|
|
|
|
set(patch_headers
|
|
client_version.h
|
|
)
|
|
|
|
source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" PREFIX "Source Files" FILES ${patch_sources})
|
|
source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" PREFIX "Header Files" FILES ${patch_headers})
|
|
|
|
target_sources(zone PRIVATE ${patch_sources} ${patch_headers})
|
|
|
|
add_subdirectory(components) |