Files
eqemu-server/client_files/export/CMakeLists.txt
T
brainiac 11a8e46ee8
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled
CMake cleanup (#5082)
2026-05-17 15:05:46 -07:00

16 lines
393 B
CMake

set(export_sources
main.cpp
)
set(export_headers
)
add_executable(export_client_files ${export_sources} ${export_headers})
install(TARGETS export_client_files RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
target_link_libraries(export_client_files common)
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
set_property(TARGET export_client_files PROPERTY FOLDER executables/tools)