light/modules/engine/CMakeLists.txt
light7734 fc23cfc600
Some checks reported errors
continuous-integration/drone/push Build encountered an error
wip
2025-05-26 12:04:31 +03:30

2 lines
117 B
CMake

add_executable(engine ${CMAKE_CURRENT_SOURCE_DIR}/private/entrypoint.cpp)
target_link_libraries(engine PRIVATE pch)