Skip to content

Commit

Permalink
Undo CMAKE_SOURCE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed May 27, 2024
1 parent a6bd23b commit fbfd685
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ project(N64ModernRuntime)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)

add_subdirectory(${CMAKE_SOURCE_DIR}/ultramodern)
add_subdirectory(${CMAKE_SOURCE_DIR}/librecomp)
add_subdirectory(ultramodern)
add_subdirectory(librecomp)

set(RT64_STATIC TRUE)
add_subdirectory(${CMAKE_SOURCE_DIR}/rt64)
# set(RT64_STATIC TRUE)
# add_subdirectory(rt64)

0 comments on commit fbfd685

Please sign in to comment.