Skip to content

Commit

Permalink
we're building from /build now
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPannetier committed Oct 27, 2023
1 parent c708a8c commit cb33766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)

# add RScore to source search path
add_subdirectory(src/RScore)
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 cb33766

Please sign in to comment.