Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
sorayuki committed Sep 3, 2023
1 parent f97d822 commit 513d6bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ target_sources(${CMAKE_PROJECT_NAME} PRIVATE
./src/edit-widget.cpp
./src/push-widget.h
./src/push-widget.cpp
./src/json-util.hpp
./src/output-config.h
./src/output-config.cpp
./src/output-config-legacy.cpp
./src/obs-properties-widget.h
./src/obs-properties-widget.cpp
./src/json-util.hpp
./src/output-config.h
./src/output-config.cpp
./src/output-config-legacy.cpp
./src/obs-properties-widget.h
./src/obs-properties-widget.cpp
)

target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE
Expand Down
2 changes: 1 addition & 1 deletion src/json-util.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include <json.hpp>
#include "json.hpp"
#include <string>
#include <optional>

Expand Down
2 changes: 1 addition & 1 deletion src/obs-properties-widget.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "obs-properties-widget.h"
#include "obs.hpp"

#include "nlohmann/json.hpp"
#include "json.hpp"

namespace {
QString LoadCString(const char* s) {
Expand Down

0 comments on commit 513d6bd

Please sign in to comment.