Step 186: keyboard shortcut reference
This commit is contained in:
@@ -1086,6 +1086,13 @@ add_executable(step185_integration_test tests/step185_integration_test.cpp)
|
||||
target_include_directories(step185_integration_test PRIVATE src)
|
||||
target_link_libraries(step185_integration_test PRIVATE nlohmann_json::nlohmann_json)
|
||||
|
||||
add_executable(step186_test tests/step186_test.cpp)
|
||||
target_include_directories(step186_test PRIVATE src)
|
||||
|
||||
add_executable(step186_integration_test tests/step186_integration_test.cpp)
|
||||
target_include_directories(step186_integration_test PRIVATE src)
|
||||
target_link_libraries(step186_integration_test PRIVATE nlohmann_json::nlohmann_json)
|
||||
|
||||
find_package(SDL2 CONFIG REQUIRED)
|
||||
find_package(OpenGL REQUIRED)
|
||||
find_package(glad CONFIG REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user