Skip to content

Commit

Permalink
[skip ci] Add/update example/CMakeLists.txt (nonstd-lite-project issu…
Browse files Browse the repository at this point in the history
…e 56)
  • Loading branch information
martinmoene committed Aug 14, 2022
1 parent c5f2546 commit dfabf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function( make_target name no_exceptions )
ternary( ne no_exceptions "-ne" "" )

add_executable ( ${PROGRAM}-${name}${ne} ${name}.cpp )
target_include_directories ( ${PROGRAM}-${name}${ne} PRIVATE ../../variant-lite/include )
target_include_directories ( ${PROGRAM}-${name}${ne} PRIVATE ../include )
target_link_libraries ( ${PROGRAM}-${name}${ne} PRIVATE ${PACKAGE} )
if ( no_exceptions )
target_compile_options ( ${PROGRAM}-${name}${ne} PRIVATE ${NO_EXCEPTIONS_OPTIONS} )
Expand Down

0 comments on commit dfabf83

Please sign in to comment.