Skip to content

Commit

Permalink
it's gonna be fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Jun 12, 2024
1 parent 5d169d6 commit 6d499aa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ cmake_minimum_required(VERSION 3.29)
# SomeClass.h
#)

file(GLOB_RECURSE SRC_FILES CONFIGURE_DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/*.cpp
)
add_library(common ${SRC_FILES})
#file(GLOB_RECURSE SRC_FILES CONFIGURE_DEPENDS
# ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp
#)
#add_library(common ${SRC_FILES})


#add_library(common
# Unused.cpp
#)
add_library(common
Unused.cpp
)

target_include_directories(common PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})

0 comments on commit 6d499aa

Please sign in to comment.