Move to src
This commit is contained in:
parent
a7e07bb41d
commit
f3df308366
@ -4,4 +4,6 @@ project(CppMpInt)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(main main.cpp)
|
||||
add_executable(main src/main.cpp)
|
||||
|
||||
target_include_directories(main PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user