Skip to content

Commit

Permalink
Tweak main target
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Jul 9, 2024
1 parent fd65899 commit 08aeaa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions source/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ add_executable(tactile WIN32)

target_sources(tactile
PRIVATE
"${PROJECT_SOURCE_DIR}/src/tactile/main.cpp"
"${PROJECT_SOURCE_DIR}/main.cpp"
)

tactile_prepare_target(tactile)

target_include_directories(tactile PUBLIC "${PROJECT_SOURCE_DIR}/inc")
target_include_directories(tactile
PUBLIC
"${PROJECT_SOURCE_DIR}/inc"
)

target_link_libraries(tactile
PRIVATE
Expand Down
File renamed without changes.

0 comments on commit 08aeaa9

Please sign in to comment.