Skip to content

Commit

Permalink
CI: Enable qt and frontend api
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed Jun 12, 2024
1 parent 6556f5a commit 3a95074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ elseif ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
src/hook/uiohook_helper_linux.cpp)
endif()

target_link_libraries(${CMAKE_PROJECT_NAME}
${input-overlay_PLATFORM_DEPS} PRIVATE
target_link_libraries(${CMAKE_PROJECT_NAME} PRIVATE
${input-overlay_PLATFORM_DEPS}
${SDL2_LIBRARIES}
uiohook_static
)
Expand Down
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"name": "template",
"hidden": true,
"cacheVariables": {
"ENABLE_FRONTEND_API": false,
"ENABLE_QT": false
"ENABLE_FRONTEND_API": true,
"ENABLE_QT": true
}
},
{
Expand Down

0 comments on commit 3a95074

Please sign in to comment.