Step 160: add theme engine and JSON themes
This commit is contained in:
@@ -894,6 +894,10 @@ add_executable(step159_test tests/step159_test.cpp)
|
||||
target_include_directories(step159_test PRIVATE src)
|
||||
target_link_libraries(step159_test PRIVATE nlohmann_json::nlohmann_json)
|
||||
|
||||
add_executable(step160_test tests/step160_test.cpp)
|
||||
target_include_directories(step160_test PRIVATE src)
|
||||
target_link_libraries(step160_test PRIVATE nlohmann_json::nlohmann_json imgui::imgui)
|
||||
|
||||
find_package(SDL2 CONFIG REQUIRED)
|
||||
find_package(OpenGL REQUIRED)
|
||||
find_package(glad CONFIG REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user