Skip to content

Commit

Permalink
fix: correct cmake typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Apr 13, 2024
1 parent 48f1ffe commit cf2457a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ list(REMOVE_ITEM DD_SOURCES ${CMAKE_SOURCE_DIR}/src/main.cpp)

add_executable(${PROJECT_NAME}
${TEST_SOURCES}
${DISPLAY_DEVICE_SOURCES})
${DD_SOURCES})
set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 17)
target_link_libraries(${PROJECT_NAME}
${DD_EXTERNAL_LIBRARIES}
Expand Down

0 comments on commit cf2457a

Please sign in to comment.