Skip to content

Commit

Permalink
For building on Linux and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mo42 committed Nov 7, 2024
1 parent 47bca32 commit b030690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
set (CMAKE_CXX_STANDARD 23)
add_executable(hello_world hello_world.cc)
target_link_libraries(hello_world PRIVATE DataFrame)
2 changes: 2 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set (CMAKE_CXX_STANDARD 23)
find_package(Threads REQUIRED)
add_executable(dataframe_tester dataframe_tester.cc)
target_link_libraries(dataframe_tester PRIVATE DataFrame Threads::Threads)
target_compile_options(dataframe_tester
Expand Down

0 comments on commit b030690

Please sign in to comment.