8 lines
114 B
CMake
8 lines
114 B
CMake
|
project(Couch)
|
||
|
|
||
|
target_include_directories(couch
|
||
|
PUBLIC stb)
|
||
|
|
||
|
target_include_directories(couchlua
|
||
|
PUBLIC stb)
|