Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Feb 24, 2025
1 parent b57683f commit db30069
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions themes/xtd_dark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ cmake_minimum_required(VERSION 3.20)

# Project
project(xtd_dark)
include(../../scripts/cmake/xtd_commands.cmake)
include(../../scripts/cmake/xtd_version.cmake)
include("../../scripts/cmake/xtd_commands.cmake")
include("../../scripts/cmake/xtd_version.cmake")

add_sources(
form.css
system-colors.css
theme.css
"form.css"
"system-colors.css"
"theme.css"
)
target_type(INTERFACE_LIBRARY)

0 comments on commit db30069

Please sign in to comment.