Skip to content

Commit

Permalink
Fix path for demo
Browse files Browse the repository at this point in the history
This is really meant for PREfast action
  • Loading branch information
Blake-Madden committed May 28, 2024
1 parent b578cf1 commit 4537fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Purpose: Demo for tinyexpr++
# Author: Blake Madden
# Created: 2023-05-30
# Copyright: (c) 2023 Blake Madden
# Copyright: (c) 2024 Blake Madden
# Licence: 3-Clause BSD licence
#############################################################################

Expand All @@ -15,4 +15,4 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)

add_executable(${CMAKE_PROJECT_NAME} ../../tinyexpr.cpp tedemo.cpp)
add_executable(${CMAKE_PROJECT_NAME} tinyexpr.cpp tedemo.cpp)

0 comments on commit 4537fbe

Please sign in to comment.