add workflows test include & update CMakeLists.txt

This commit is contained in:
MihailRis 2024-06-11 22:02:06 +03:00
parent 5115eca40c
commit a754cbdf6e
2 changed files with 3 additions and 1 deletions

View File

@ -140,7 +140,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
endif()
include_directories(${LUA_INCLUDE_DIR})
target_link_libraries(${PROJECT_NAME} ${LIBS} glfw OpenGL::GL ${OPENAL_LIBRARY} GLEW::GLEW ZLIB::ZLIB EnTT::EnTT ${VORBISLIB} ${PNGLIB} ${LUA_LIBRARIES} ${CMAKE_DL_LIBS})
target_link_libraries(${PROJECT_NAME} ${LIBS} glfw OpenGL::GL ${OPENAL_LIBRARY} GLEW::GLEW ZLIB::ZLIB ${VORBISLIB} ${PNGLIB} ${LUA_LIBRARIES} ${CMAKE_DL_LIBS})
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/res DESTINATION ${CMAKE_CURRENT_BINARY_DIR})

View File

@ -8,6 +8,8 @@
#include <stdexcept>
#include <entt/entt.hpp> // workflows test
static debug::Logger logger("main");
int main(int argc, char** argv) {