Skip to content

Commit

Permalink
I'm of not understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPannetier committed Oct 27, 2023
1 parent 81ecc01 commit abff5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
add_subdirectory(src/RScore)

# add the executable
add_executable(RangeShifter ../src/main.cpp ../src/BatchMode.cpp)
add_executable(RangeShifter src/Main.cpp src/BatchMode.cpp)

# enable LINUX_CLUSTER macro on Linux + macOS
if(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Darwin")
Expand Down

0 comments on commit abff5d7

Please sign in to comment.