Skip to content

Commit 601de1a

Browse files
authored
fix bin/CmakeLists.txt
fix CmakeLists to prevent conflict with target 'main' of users project
1 parent 72cd947 commit 601de1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
add_executable(main main.cpp)
1+
add_executable(hashtable_main main.cpp)
22

3-
target_include_directories(main PRIVATE ${PROJECT_SOURCE_DIR})
3+
target_include_directories(hashtable_main PRIVATE ${PROJECT_SOURCE_DIR})

0 commit comments

Comments
 (0)