Some checks reported errors
continuous-integration/drone/push Build encountered an error
2 lines
117 B
CMake
2 lines
117 B
CMake
add_executable(engine ${CMAKE_CURRENT_SOURCE_DIR}/private/entrypoint.cpp)
|
|
target_link_libraries(engine PRIVATE pch)
|