Skip to content
Snippets Groups Projects
Commit 720e0434 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Moved souund files from libs directory to src

parent 308defed
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 4 deletions
...@@ -62,10 +62,10 @@ option (WITH_STATIC_LIB "Link Nootka libraries statically - used for AppImage" O ...@@ -62,10 +62,10 @@ option (WITH_STATIC_LIB "Link Nootka libraries statically - used for AppImage" O
qt_add_executable(nootka WIN32) qt_add_executable(nootka WIN32)
add_subdirectory( core ) # libNootkaCore add_subdirectory( core )
add_subdirectory( libs/sound ) # libNootkaSound add_subdirectory( sound )
include_directories( core libs/sound ) # libs/main include_directories( core sound )
# nootka executable # nootka executable
set(NOOTKA_SRC set(NOOTKA_SRC
......
../../../sounds
\ No newline at end of file
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment